From: tb Date: Thu, 29 Feb 2024 20:02:00 +0000 (+0000) Subject: Stop testing EVP_PKEY_GOST{IMIT,R01} X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b6e14ee925c3fa6951cca560678439e297671fad;p=openbsd Stop testing EVP_PKEY_GOST{IMIT,R01} --- 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 @@ -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,