diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-02-29 20:02:01 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-02-29 20:02:01 +0000 |
commit | 43c933afdfb6ae4515591490437793cda30dfd71 (patch) | |
tree | 1510cdb809caf484f99ab4eec52cfe6059b5dc40 /regress/lib | |
parent | 735607eef1fc06b9632e8a2668019b34ab7e74ec (diff) |
Stop testing EVP_PKEY_GOST{IMIT,R01}
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libcrypto/evp/evp_pkey_cleanup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/regress/lib/libcrypto/evp/evp_pkey_cleanup.c b/regress/lib/libcrypto/evp/evp_pkey_cleanup.c index 055a70d27bb..d4825f68e85 100644 --- a/regress/lib/libcrypto/evp/evp_pkey_cleanup.c +++ b/regress/lib/libcrypto/evp/evp_pkey_cleanup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: evp_pkey_cleanup.c,v 1.4 2024/01/15 15:09:57 tb Exp $ */ +/* $OpenBSD: evp_pkey_cleanup.c,v 1.5 2024/02/29 20:02:00 tb Exp $ */ /* * Copyright (c) 2022 Theo Buehler <tb@openbsd.org> @@ -34,8 +34,6 @@ int pkey_ids[] = { EVP_PKEY_DSA, EVP_PKEY_EC, EVP_PKEY_ED25519, - EVP_PKEY_GOSTIMIT, - EVP_PKEY_GOSTR01, EVP_PKEY_HMAC, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, |