From 2525d181cc552110eb6de1f6b430fea30f7c7fc0 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Mon, 9 Dec 2024 12:30:23 +0000 Subject: Mark four EVP_PKEY_GOST* constants as intentionally undocumented because they are completely unused by anything. --- src/regress/lib/libcrypto/man/check_complete.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/regress/lib/libcrypto/man/check_complete.pl b/src/regress/lib/libcrypto/man/check_complete.pl index bde1f74a75..d36c4e3f05 100755 --- a/src/regress/lib/libcrypto/man/check_complete.pl +++ b/src/regress/lib/libcrypto/man/check_complete.pl @@ -81,6 +81,8 @@ my %obsolete = ( EVP_MD_FLAG_DIGALGID_MASK EVP_PBE_KEYGEN EVP_PKEY_CTRL_SET_IV + EVP_PKEY_GOSTIMIT EVP_PKEY_GOSTR01 + EVP_PKEY_GOSTR12_256 EVP_PKEY_GOSTR12_512 EVP_PKEY_MO_DECRYPT EVP_PKEY_MO_ENCRYPT EVP_PKEY_MO_SIGN EVP_PKEY_MO_VERIFY )], -- cgit v1.2.3-55-g6feb