summaryrefslogtreecommitdiff
path: root/regress/lib
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2024-12-09 12:30:24 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2024-12-09 12:30:24 +0000
commit3fe6d83bbadf8a0ee7a31024277d8267465d83d0 (patch)
tree76edd57ed78712c34b1a69ba5042b62ed4e605d6 /regress/lib
parent5823c906815fc0362a19c59f5f1324025a02047e (diff)
Mark four EVP_PKEY_GOST* constants as intentionally undocumented
because they are completely unused by anything.
Diffstat (limited to 'regress/lib')
-rwxr-xr-xregress/lib/libcrypto/man/check_complete.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/lib/libcrypto/man/check_complete.pl b/regress/lib/libcrypto/man/check_complete.pl
index bde1f74a755..d36c4e3f059 100755
--- a/regress/lib/libcrypto/man/check_complete.pl
+++ b/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
)],