CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2022/11/22 19:20:27
Modified files: lib/libcrypto/bn: bn_lib.c Log message: Move #ifndef OPENSSL_NO_DEPRECATED. The BN_set_params()/BN_get_params() and associated unused variables are meant to be in this block, not things like BN_new() and BN_free(). ok tb@