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

@@ -60,7 +60,7 @@
#include "cryptlib.h"
#include <openssl/x509v3.h>
static ASN1_ENUMERATED *asn1_enumerated_new();
static ASN1_ENUMERATED *asn1_enumerated_new(void);
static ENUMERATED_NAMES crl_reasons[] = {
{0, "Unspecified", "unspecified"},