In the next major bump, some BN macros will become functions.
authorschwarze <schwarze@openbsd.org>
Mon, 6 Dec 2021 19:45:27 +0000 (19:45 +0000)
committerschwarze <schwarze@openbsd.org>
Mon, 6 Dec 2021 19:45:27 +0000 (19:45 +0000)
commitad110f3f2f3fa3daf2776f77c7adb6d3e866e18a
treed5442e332b757ee0fe6f13fd3ea38c28dcd9460a
parentd068a9bd956cb4abeed812976b6c623c80e4f637
In the next major bump, some BN macros will become functions.
In order to not forget it, already remove the statements
that these APIs are currently implemented as macros:
Not saying that doesn't make the documentation wrong.
lib/libcrypto/man/BN_cmp.3
lib/libcrypto/man/BN_copy.3
lib/libcrypto/man/BN_mod_mul_montgomery.3
lib/libcrypto/man/BN_set_flags.3
lib/libcrypto/man/BN_set_negative.3