From: Lutz Jänicke Date: Tue, 18 Jun 2002 17:44:01 +0000 (+0000) Subject: load_netscape_key is static. X-Git-Tag: OpenSSL_0_9_7-beta3~90 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9a3eaa11179e5b1cb30af1f99055d3c95f51c5c7;p=oweals%2Fopenssl.git load_netscape_key is static. Submitted by: Reviewed by: PR: --- diff --git a/apps/apps.c b/apps/apps.c index e069c97c77..ac18296e67 100644 --- a/apps/apps.c +++ b/apps/apps.c @@ -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) {