Fix external symbols for bn
authorShane Lontis <shane.lontis@oracle.com>
Fri, 19 Feb 2021 09:15:41 +0000 (19:15 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Fri, 26 Feb 2021 00:32:22 +0000 (10:32 +1000)
commit94553e85b68af4513a8ee89cd2a0d4e044d75139
tree2150abcbe848f0d1973b0186bd6864595e3f18a2
parent2d968951227acd422f0e712035de3216d47fc980
Fix external symbols for bn

Partial fix for #12964

This adds ossl_ names for symbols related to bn_*

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14296)
17 files changed:
crypto/bn/bn_const.c
crypto/bn/bn_ctx.c
crypto/bn/bn_dh.c
crypto/bn/bn_prime.c
crypto/bn/bn_rand.c
crypto/bn/bn_rsa_fips186_4.c
crypto/dh/dh_rfc5114.c
crypto/ec/ec_cvt.c
crypto/ffc/ffc_dh.c
crypto/ffc/ffc_params_generate.c
crypto/rsa/rsa_sp800_56b_check.c
crypto/rsa/rsa_sp800_56b_gen.c
include/crypto/bn.h
include/crypto/bn_dh.h
test/bn_internal_test.c
test/evp_libctx_test.c
test/evp_pkey_provided_test.c