projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f2f3d4
)
load_netscape_key is static.
author
Lutz Jänicke
<jaenicke@openssl.org>
Tue, 18 Jun 2002 17:44:56 +0000
(17:44 +0000)
committer
Lutz Jänicke
<jaenicke@openssl.org>
Tue, 18 Jun 2002 17:44:56 +0000
(17:44 +0000)
apps/apps.c
patch
|
blob
|
history
diff --git
a/apps/apps.c
b/apps/apps.c
index e069c97c7719d8fa8f84fb67caa64392133cf7ab..ac18296e67f6f67c586fc1ebbf22488db96db0d1 100644
(file)
--- 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)
{