From: Rich Salz Date: Fri, 16 Sep 2016 16:07:36 +0000 (-0400) Subject: GH1546: Fix old names in cryptodev code. X-Git-Tag: OpenSSL_1_1_1-pre1~3346 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=a8a8a917c0c0d36162fdc0cbf84ab17282cef3e9 GH1546: Fix old names in cryptodev code. Add DragonFly version of BSD. Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/1584) --- diff --git a/crypto/engine/eng_cryptodev.c b/crypto/engine/eng_cryptodev.c index cd362bee89..d63c918c7f 100644 --- a/crypto/engine/eng_cryptodev.c +++ b/crypto/engine/eng_cryptodev.c @@ -856,10 +856,10 @@ cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher, *cipher = cryptodev_aes_ctr(); break; case NID_aes_192_ctr: - *cipher = cryptodev_aes_ctr_192(); + *cipher = cryptodev_aes_192_ctr(); break; case NID_aes_256_ctr: - *cipher = cryptodev_aes_ctr_256(); + *cipher = cryptodev_aes_256_ctr(); break; # endif default: