summaryrefslogtreecommitdiffstats
path: root/providers/implementations/signature/mac_legacy.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/signature/mac_legacy.c')
-rw-r--r--providers/implementations/signature/mac_legacy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/signature/mac_legacy.c b/providers/implementations/signature/mac_legacy.c
index e1baf5d685..60ca0f4cb3 100644
--- a/providers/implementations/signature/mac_legacy.c
+++ b/providers/implementations/signature/mac_legacy.c
@@ -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;