From bcd5d3a22d21010cf28c3b7b5f1c79b22be6da7a Mon Sep 17 00:00:00 2001 From: Pauli Date: Tue, 1 Jun 2021 21:18:04 +1000 Subject: libcrypto: make XXX_get_number() internal Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15564) --- crypto/evp/mac_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/evp/mac_lib.c') diff --git a/crypto/evp/mac_lib.c b/crypto/evp/mac_lib.c index bd8543b2c4..339d10919f 100644 --- a/crypto/evp/mac_lib.c +++ b/crypto/evp/mac_lib.c @@ -203,7 +203,7 @@ int EVP_MAC_CTX_set_params(EVP_MAC_CTX *ctx, const OSSL_PARAM params[]) return 1; } -int EVP_MAC_get_number(const EVP_MAC *mac) +int evp_mac_get_number(const EVP_MAC *mac) { return mac->name_id; } -- cgit v1.2.3