diff options
-rw-r--r-- | src/regress/lib/libcrypto/evp/evp_pkey_cleanup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/evp/evp_pkey_cleanup.c b/src/regress/lib/libcrypto/evp/evp_pkey_cleanup.c index 055a70d27b..d4825f68e8 100644 --- a/src/regress/lib/libcrypto/evp/evp_pkey_cleanup.c +++ b/src/regress/lib/libcrypto/evp/evp_pkey_cleanup.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: evp_pkey_cleanup.c,v 1.4 2024/01/15 15:09:57 tb Exp $ */ | 1 | /* $OpenBSD: evp_pkey_cleanup.c,v 1.5 2024/02/29 20:02:00 tb Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2022 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2022 Theo Buehler <tb@openbsd.org> |
@@ -34,8 +34,6 @@ int pkey_ids[] = { | |||
34 | EVP_PKEY_DSA, | 34 | EVP_PKEY_DSA, |
35 | EVP_PKEY_EC, | 35 | EVP_PKEY_EC, |
36 | EVP_PKEY_ED25519, | 36 | EVP_PKEY_ED25519, |
37 | EVP_PKEY_GOSTIMIT, | ||
38 | EVP_PKEY_GOSTR01, | ||
39 | EVP_PKEY_HMAC, | 37 | EVP_PKEY_HMAC, |
40 | EVP_PKEY_RSA, | 38 | EVP_PKEY_RSA, |
41 | EVP_PKEY_RSA_PSS, | 39 | EVP_PKEY_RSA_PSS, |