diff options
author | schwarze <> | 2024-12-09 12:30:23 +0000 |
---|---|---|
committer | schwarze <> | 2024-12-09 12:30:23 +0000 |
commit | 2525d181cc552110eb6de1f6b430fea30f7c7fc0 (patch) | |
tree | 6a73b18d81a32e7d125d826d35b3616aafc9450b /src | |
parent | d78ffc2329378bc4c16d08f5941ce3210b47df0d (diff) | |
download | openbsd-2525d181cc552110eb6de1f6b430fea30f7c7fc0.tar.gz openbsd-2525d181cc552110eb6de1f6b430fea30f7c7fc0.tar.bz2 openbsd-2525d181cc552110eb6de1f6b430fea30f7c7fc0.zip |
Mark four EVP_PKEY_GOST* constants as intentionally undocumented
because they are completely unused by anything.
Diffstat (limited to 'src')
-rwxr-xr-x | src/regress/lib/libcrypto/man/check_complete.pl | 2 |
1 files changed, 2 insertions, 0 deletions
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 = ( | |||
81 | EVP_MD_FLAG_DIGALGID_MASK | 81 | EVP_MD_FLAG_DIGALGID_MASK |
82 | EVP_PBE_KEYGEN | 82 | EVP_PBE_KEYGEN |
83 | EVP_PKEY_CTRL_SET_IV | 83 | EVP_PKEY_CTRL_SET_IV |
84 | EVP_PKEY_GOSTIMIT EVP_PKEY_GOSTR01 | ||
85 | EVP_PKEY_GOSTR12_256 EVP_PKEY_GOSTR12_512 | ||
84 | EVP_PKEY_MO_DECRYPT EVP_PKEY_MO_ENCRYPT | 86 | EVP_PKEY_MO_DECRYPT EVP_PKEY_MO_ENCRYPT |
85 | EVP_PKEY_MO_SIGN EVP_PKEY_MO_VERIFY | 87 | EVP_PKEY_MO_SIGN EVP_PKEY_MO_VERIFY |
86 | )], | 88 | )], |