]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/asymciphers/rsa_enc.c
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
[thirdparty/openssl.git] / providers / implementations / asymciphers / rsa_enc.c
index 6241ce5fcf895bab62f64e333ffcefdde73c35e9..296289d9b486fcbdbd239154b0d1d82bdbc253a3 100644 (file)
@@ -62,7 +62,7 @@ static OSSL_ITEM padding_item[] = {
  */
 
 typedef struct {
-    OPENSSL_CTX *libctx;
+    OSSL_LIB_CTX *libctx;
     RSA *rsa;
     int pad_mode;
     int operation;