]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - engines/e_capi.c
Replace "SSLeay" in API with OpenSSL
[thirdparty/openssl.git] / engines / e_capi.c
index 52567688357344de91647c8e6277f9258cab9aca..a38592b5f65194bf0ab76b7e75fddddabc78a24e 100644 (file)
@@ -472,7 +472,7 @@ static int capi_init(ENGINE *e)
 
         /* Setup RSA_METHOD */
         rsa_capi_idx = RSA_get_ex_new_index(0, NULL, NULL, NULL, 0);
-        ossl_rsa_meth = RSA_PKCS1_SSLeay();
+        ossl_rsa_meth = RSA_PKCS1_OpenSSL();
         capi_rsa_method.rsa_pub_enc = ossl_rsa_meth->rsa_pub_enc;
         capi_rsa_method.rsa_pub_dec = ossl_rsa_meth->rsa_pub_dec;
         capi_rsa_method.rsa_mod_exp = ossl_rsa_meth->rsa_mod_exp;