Stop testing EVP_PKEY_GOST{IMIT,R01}
authortb <tb@openbsd.org>
Thu, 29 Feb 2024 20:02:00 +0000 (20:02 +0000)
committertb <tb@openbsd.org>
Thu, 29 Feb 2024 20:02:00 +0000 (20:02 +0000)
regress/lib/libcrypto/evp/evp_pkey_cleanup.c

index 055a70d..d4825f6 100644 (file)
@@ -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,