CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/02 02:24:59
Modified files:
lib/libcrypto : Symbols.list Symbols.namespace
lib/libcrypto/bn: bn.h bn_exp.c bn_local.h
lib/libcrypto/hidden/openssl: bn.h
Log message:
Make BN_mod_exp_simple() internal
This function is very slow and useful for testing purposes only. It
should never have been part of the public API. Remove it from there.
ok jsing
