]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/signature/mac_legacy.c
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
[thirdparty/openssl.git] / providers / implementations / signature / mac_legacy.c
index e1baf5d685ec54e758c62991a0b6f985ed37628e..60ca0f4cb3f58b90008ea2c2a02e4e3e82362a5a 100644 (file)
@@ -37,7 +37,7 @@ static OSSL_FUNC_signature_settable_ctx_params_fn mac_poly1305_settable_ctx_para
 static OSSL_FUNC_signature_settable_ctx_params_fn mac_cmac_settable_ctx_params;
 
 typedef struct {
-    OPENSSL_CTX *libctx;
+    OSSL_LIB_CTX *libctx;
     char *propq;
     MAC_KEY *key;
     EVP_MAC_CTX *macctx;