]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/crypto/evp.h
STORE: Move the built-in 'file:' loader to become an engine module
[thirdparty/openssl.git] / include / crypto / evp.h
index 634eb86425976f5eb5230cad3d63da63ce3a5f95..b00634234c5ba522a54209fbeecad491224905c6 100644 (file)
@@ -763,8 +763,6 @@ int pkcs5_pbkdf2_hmac_with_libctx(const char *pass, int passlen,
 int evp_pkey_ctx_set_params_strict(EVP_PKEY_CTX *ctx, OSSL_PARAM *params);
 int evp_pkey_ctx_get_params_strict(EVP_PKEY_CTX *ctx, OSSL_PARAM *params);
 
-EVP_PKEY *evp_pkcs82pkey_int(const PKCS8_PRIV_KEY_INFO *p8, OPENSSL_CTX *libctx,
-                             const char *propq);
 EVP_MD_CTX *evp_md_ctx_new_with_libctx(EVP_PKEY *pkey,
                                        const ASN1_OCTET_STRING *id,
                                        OPENSSL_CTX *libctx, const char *propq);