Commit 8270415d authored by Jonathan Protzenko's avatar Jonathan Protzenko Committed by Rich Salz
Browse files

Fix speed command for alternation of ciphers and digests.



CLA: trivial

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3487)

(cherry picked from commit 9ae4e664)
parent aaa6cd4e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -725,6 +725,7 @@ int MAIN(int argc, char **argv)
                BIO_printf(bio_err, "no EVP given\n");
                goto end;
            }
            evp_md = NULL;
            evp_cipher = EVP_get_cipherbyname(*argv);
            if (!evp_cipher) {
                evp_md = EVP_get_digestbyname(*argv);