summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-02-29 20:02:00 +0000
committertb <>2024-02-29 20:02:00 +0000
commitae41859c07b09cd2660bdf8664a1622f5df3b652 (patch)
treef02f5afcd7910c22badc2516f0717d505c9782fb
parentd4dba8c1d70f9c08caf1c9bc0506c68aa4cf0569 (diff)
downloadopenbsd-ae41859c07b09cd2660bdf8664a1622f5df3b652.tar.gz
openbsd-ae41859c07b09cd2660bdf8664a1622f5df3b652.tar.bz2
openbsd-ae41859c07b09cd2660bdf8664a1622f5df3b652.zip
Stop testing EVP_PKEY_GOST{IMIT,R01}
-rw-r--r--src/regress/lib/libcrypto/evp/evp_pkey_cleanup.c4
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,