summaryrefslogtreecommitdiffstats
path: root/crypto/evp/pmeth_lib.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-08-11 15:28:07 +0100
committerPauli <paul.dale@oracle.com>2020-08-29 17:40:10 +1000
commit4db71d0175ed42586bcd4e6527caacbd18602adf (patch)
tree0b1369b7c89a6166413096b4c6a879b3e65f16a5 /crypto/evp/pmeth_lib.c
parent8014b2a966e0a971797d5160c082108b5618d6b3 (diff)
Extend the provider MAC bridge for Poly1305
The previous commits added support for HMAC and SIPHASH into the provider MAC bridge. We now extend that for Poly1305 too. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12637)
Diffstat (limited to 'crypto/evp/pmeth_lib.c')
-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 db4b6f8fa1..dab1b15ab9 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_POLY1305:
return 1;
default:
return 0;