Commit 9ae4e664 authored by Jonathan Protzenko's avatar Jonathan Protzenko Committed by Rich Salz
Browse files

Fix speed command for alternation of ciphers and digests.

parent 66e59702
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1357,6 +1357,7 @@ int speed_main(int argc, char **argv)
            usertime = 0;
            break;
        case OPT_EVP:
            evp_md = NULL;
            evp_cipher = EVP_get_cipherbyname(opt_arg());
            if (evp_cipher == NULL)
                evp_md = EVP_get_digestbyname(opt_arg());