Mark BN_mod_exp2_mont() as intentionally undocumented.
authorschwarze <schwarze@openbsd.org>
Wed, 16 Nov 2022 14:19:22 +0000 (14:19 +0000)
committerschwarze <schwarze@openbsd.org>
Wed, 16 Nov 2022 14:19:22 +0000 (14:19 +0000)
commita61051167899b338d7c8a7edf8491419b15c25c1
tree61f5dfb86297f8baecbc821f96d21bd18e629754
parent14d83341a7f9f0bdd7ebf9a12691604b82e4ec03
Mark BN_mod_exp2_mont() as intentionally undocumented.
It appears to be intended for internal use by DSA_do_verify(3) and using
codesearch.debian.net, i found nothing outside OpenSSL/LibreSSL using it.

In April 2018, jsing@ questioned whether the five related functions
BN_mod_exp_mont() and friends should even be exposed by <openssl/bn.h>,
so we decided to not document them.  Now tb@ agrees that there is no
reason to document BN_mod_exp2_mont() as long as we don't want to
document BN_mod_exp_mont().
lib/libcrypto/man/BN_add.3