summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-06-12 07:49:18 +1000
committerPauli <paul.dale@oracle.com>2020-06-13 09:18:17 +1000
commit5ea8afd368498101531c7e628507a17d1e0e122c (patch)
tree5fb9b160f657b0feec8f0fecd0f289f6bff2672c /crypto
parent7f81aed4bccbeb0ad491b68dd601d576c4956c78 (diff)
Fix two additional instances of the old EVP_MAC_CTX_ functions being used.
[extended tests] Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/12121)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/evp/pkey_mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/pkey_mac.c b/crypto/evp/pkey_mac.c
index 1901c452e7..55badea7e9 100644
--- a/crypto/evp/pkey_mac.c
+++ b/crypto/evp/pkey_mac.c
@@ -400,7 +400,7 @@ static int pkey_mac_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2)
return 0;
/*
- * Since EVP_MAC_CTX_{get,set}_params() returned successfully,
+ * Since EVP_MAC_{get,set}_ctx_params() returned successfully,
* we can only assume that the size was ignored, i.e. this
* control is unsupported.
*/