Mark EVP_PKEY_save_parameters() as intentionally undocumented
authorschwarze <schwarze@openbsd.org>
Fri, 8 Sep 2023 11:37:58 +0000 (11:37 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 8 Sep 2023 11:37:58 +0000 (11:37 +0000)
commit0ae6afe72aed0c4ed5dbd53023f5d896ea1ff225
tree10c8834778cfa65d639ad24014219a83b9253157
parent13095e6dd0735888515c168c112f29db29ff12a2
Mark EVP_PKEY_save_parameters() as intentionally undocumented
because nothing uses it according to codesearch.debian.net
and it only affects X509_PUBKEY_set(3) for DSA and GOST2001 keys,
resulting in incomplete output without the public key parameters.
lib/libcrypto/man/EVP_PKEY_cmp.3