load_netscape_key is static.
This commit is contained in:
parent
3f2f3d4264
commit
1c02ca537a
@ -925,7 +925,7 @@ EVP_PKEY *load_pubkey(BIO *err, const char *file, int format,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if !defined(OPENSSL_NO_RC4) && !defined(OPENSSL_NO_RSA)
|
#if !defined(OPENSSL_NO_RC4) && !defined(OPENSSL_NO_RSA)
|
||||||
EVP_PKEY *
|
static EVP_PKEY *
|
||||||
load_netscape_key(BIO *err, BIO *key, const char *file,
|
load_netscape_key(BIO *err, BIO *key, const char *file,
|
||||||
const char *key_descrip, int format)
|
const char *key_descrip, int format)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user