diff --git a/crypto/engine/eng_cryptodev.c b/crypto/engine/eng_cryptodev.c index cd362bee89967a5b99eab03e8b03fb106837e37a..d63c918c7fc63805c269e1c77786bf7d26828d74 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: