提交 a8a8a917 编写于 作者: R Rich Salz

GH1546: Fix old names in cryptodev code.

Add DragonFly version of BSD.
Reviewed-by: NMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1584)
上级 b85bf639
...@@ -856,10 +856,10 @@ cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher, ...@@ -856,10 +856,10 @@ cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
*cipher = cryptodev_aes_ctr(); *cipher = cryptodev_aes_ctr();
break; break;
case NID_aes_192_ctr: case NID_aes_192_ctr:
*cipher = cryptodev_aes_ctr_192(); *cipher = cryptodev_aes_192_ctr();
break; break;
case NID_aes_256_ctr: case NID_aes_256_ctr:
*cipher = cryptodev_aes_ctr_256(); *cipher = cryptodev_aes_256_ctr();
break; break;
# endif # endif
default: default:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册