summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-06-04 18:14:38 +0200
committerRichard Levitte <levitte@openssl.org>2019-08-15 22:12:25 +0200
commit7dd0f299387bac79c304dc7cb8056cd4684fb91f (patch)
tree998fd65c67d68fa2af872a3459d9a3717a9d7c8a /include
parentbb31895d87a57e7bb1d3f0939edc53d674094ea4 (diff)
Add EVP_MAC_provider()
For information processing. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8877)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/evp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/evp.h b/include/openssl/evp.h
index c9b665dbbc..2956b0408c 100644
--- a/include/openssl/evp.h
+++ b/include/openssl/evp.h
@@ -1031,6 +1031,7 @@ EVP_MAC *EVP_MAC_fetch(OPENSSL_CTX *libctx, const char *algorithm,
int EVP_MAC_up_ref(EVP_MAC *mac);
void EVP_MAC_free(EVP_MAC *mac);
const char *EVP_MAC_name(const EVP_MAC *mac);
+const OSSL_PROVIDER *EVP_MAC_provider(const EVP_MAC *mac);
int EVP_MAC_get_params(EVP_MAC *mac, OSSL_PARAM params[]);
EVP_MAC_CTX *EVP_MAC_CTX_new(EVP_MAC *mac);