From 9a3eaa11179e5b1cb30af1f99055d3c95f51c5c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lutz=20J=C3=A4nicke?= Date: Tue, 18 Jun 2002 17:44:01 +0000 Subject: [PATCH] load_netscape_key is static. Submitted by: Reviewed by: PR: --- apps/apps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.25.1