load_netscape_key is static.

This commit is contained in:
Lutz Jänicke 2002-06-18 17:44:56 +00:00
parent 3f2f3d4264
commit 1c02ca537a

View File

@ -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)
{ {