]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/signature/eddsa.c
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
[thirdparty/openssl.git] / providers / implementations / signature / eddsa.c
index dd99b53a61a0109b159c2b553316d15cafb55e3b..29d7e08cd150893e25fd098fd0856f38215b935f 100644 (file)
@@ -35,7 +35,7 @@ static OSSL_FUNC_signature_get_ctx_params_fn eddsa_get_ctx_params;
 static OSSL_FUNC_signature_gettable_ctx_params_fn eddsa_gettable_ctx_params;
 
 typedef struct {
-    OPENSSL_CTX *libctx;
+    OSSL_LIB_CTX *libctx;
     ECX_KEY *key;
 
     /* The Algorithm Identifier of the signature algorithm */