Move #ifndef OPENSSL_NO_DEPRECATED.
authorjsing <jsing@openbsd.org>
Wed, 23 Nov 2022 02:20:27 +0000 (02:20 +0000)
committerjsing <jsing@openbsd.org>
Wed, 23 Nov 2022 02:20:27 +0000 (02:20 +0000)
commitec9ee43fecb451ea0cbe20da27b7e569f86d64dd
tree6d2da3b4c193fa7cb7c615f5a2fb05c2f4c3fdac
parent2099e032921308757d4ee8d79eb1841d7c29c935
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@
lib/libcrypto/bn/bn_lib.c