Fix some odd names in our provider source code
authorRichard Levitte <levitte@openssl.org>
Thu, 28 Jan 2021 07:01:52 +0000 (08:01 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 1 Feb 2021 22:02:20 +0000 (23:02 +0100)
commit58f422f6f481ec7961fe762c97121b53abad3eb4
tree719ddb4b44386d6157f9a8cf9a83be561b7fadcc
parentb8a1272d57e144dfac97006477a68f9948ebb595
Fix some odd names in our provider source code

ecossl_dh_keyexch_functions     -> ossl_ecdh_keyexch_functions
ecossl_dsa_signature_functions  -> ossl_ecdsa_signature_functions
sm2_asym_cipher_functions       -> ossl_sm2_asym_cipher_functions
sm2_keymgmt_functions           -> ossl_sm2_keymgmt_functions
sm2_signature_functions         -> ossl_sm2_signature_functions

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14028)
providers/defltprov.c
providers/fips/fipsprov.c
providers/implementations/asymciphers/sm2_enc.c
providers/implementations/exchange/ecdh_exch.c
providers/implementations/include/prov/implementations.h
providers/implementations/keymgmt/ec_kmgmt.c
providers/implementations/signature/ecdsa.c
providers/implementations/signature/sm2sig.c