From: Lutz Jänicke Date: Tue, 18 Jun 2002 17:44:56 +0000 (+0000) Subject: load_netscape_key is static. X-Git-Tag: OpenSSL_0_9_6e~26^2~53 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1c02ca537a68f385584a0f6a7b1a7043e6786891;p=oweals%2Fopenssl.git load_netscape_key is static. --- 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) {