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+
This commit is contained in:
Ralf S. Engelschall
1999-05-10 08:33:56 +00:00
parent 884e8ec615
commit 397f703892
8 changed files with 21 additions and 9 deletions

View File

@@ -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);