summaryrefslogtreecommitdiffstats
path: root/crypto/evp
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-08-11 14:54:18 +0100
committerPauli <paul.dale@oracle.com>2020-08-29 17:40:10 +1000
commitb27b31b62846d21a915acfd45c92ba82d3cd5666 (patch)
tree5f8af27467cf8fd638646925980e5218dbf2244a /crypto/evp
parent6f0bd6ca1c675503962e4580e54ceecd078a8331 (diff)
Extend the provider MAC bridge for SIPHASH
The previous commits added support for HMAC into the provider MAC bridge. We now extend that for SIPHASH too. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12637)
Diffstat (limited to 'crypto/evp')
-rw-r--r--crypto/evp/pmeth_lib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/evp/pmeth_lib.c b/crypto/evp/pmeth_lib.c
index 1d5585583e..db4b6f8fa1 100644
--- a/crypto/evp/pmeth_lib.c
+++ b/crypto/evp/pmeth_lib.c
@@ -151,7 +151,6 @@ static int is_legacy_alg(int id, const char *keytype)
*/
case EVP_PKEY_SM2:
case EVP_PKEY_CMAC:
- case EVP_PKEY_SIPHASH:
case EVP_PKEY_POLY1305:
return 1;
default: