load_netscape_key is static.

Submitted by:
Reviewed by:
PR:
This commit is contained in:
Lutz Jänicke
2002-06-18 17:44:01 +00:00
parent 7a68e6aad1
commit 9a3eaa1117

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)
EVP_PKEY *
static EVP_PKEY *
load_netscape_key(BIO *err, BIO *key, const char *file,
const char *key_descrip, int format)
{