summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-05-10 08:33:56 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-05-10 08:33:56 +0000
commit397f703892d66df668d2a7192d89227dcd0ffad4 (patch)
tree2e4e9a6d3f3dfe72ec82dc622b1bba343da92df4 /apps
parent884e8ec61533ee6361d72151066a808a0cfcd6d3 (diff)
Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -Wshadow
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline'' with EGCS 1.1.2+
Diffstat (limited to 'apps')
-rw-r--r--apps/pkcs12.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/pkcs12.c b/apps/pkcs12.c
index ab600624d1..e41c5677a8 100644
--- a/apps/pkcs12.c
+++ b/apps/pkcs12.c
@@ -78,6 +78,7 @@ EVP_CIPHER *enc;
#define CACERTS 0x10
int get_cert_chain(X509 *cert, STACK **chain);
+int dump_cert_text (BIO *out, X509 *x);
int dump_certs_keys_p12(BIO *out, PKCS12 *p12, char *pass, int passlen, int options);
int dump_certs_pkeys_bags(BIO *out, STACK *bags, char *pass, int passlen, int options);
int dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bags, char *pass, int passlen, int options);