]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/kem/rsa_kem.c
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
[thirdparty/openssl.git] / providers / implementations / kem / rsa_kem.c
index cb02854100665c939ddbc83511f6cca1cdfe0271..92dd312da7f6387a58ca6e376e0e45e7572750e1 100644 (file)
@@ -52,7 +52,7 @@ static OSSL_FUNC_kem_settable_ctx_params_fn rsakem_settable_ctx_params;
  * we use that here too.
  */
 typedef struct {
-    OPENSSL_CTX *libctx;
+    OSSL_LIB_CTX *libctx;
     RSA *rsa;
     int op;
 } PROV_RSA_CTX;