projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8afb974
)
GH1546: Fix old names in cryptodev code.
author
Rich Salz
<rsalz@openssl.org>
Fri, 16 Sep 2016 16:07:36 +0000
(12:07 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Fri, 21 Oct 2016 08:37:10 +0000
(
04:37
-0400)
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1584)
(cherry picked from commit
a8a8a917c0c0d36162fdc0cbf84ab17282cef3e9
)
crypto/engine/eng_cryptodev.c
patch
|
blob
|
history
diff --git
a/crypto/engine/eng_cryptodev.c
b/crypto/engine/eng_cryptodev.c
index cd362bee89967a5b99eab03e8b03fb106837e37a..d63c918c7fc63805c269e1c77786bf7d26828d74 100644
(file)
--- 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: