]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/include/prov/ciphercommon.h
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
[thirdparty/openssl.git] / providers / implementations / include / prov / ciphercommon.h
index 82dae0ba598f710266796574a1fcf5007d8bf649..c0345284489d75242136bec8f1e6aefd6756df0b 100644 (file)
@@ -81,7 +81,7 @@ struct prov_cipher_ctx_st {
     unsigned char iv[GENERIC_BLOCK_SIZE];
     const PROV_CIPHER_HW *hw; /* hardware specific functions */
     const void *ks; /* Pointer to algorithm specific key data */
-    OPENSSL_CTX *libctx;
+    OSSL_LIB_CTX *libctx;
 };
 
 struct prov_cipher_hw_st {