summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_int.c
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 /crypto/x509v3/v3_int.c
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 'crypto/x509v3/v3_int.c')
-rw-r--r--crypto/x509v3/v3_int.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509v3/v3_int.c b/crypto/x509v3/v3_int.c
index 33239dd6c0..b27c0f4cc2 100644
--- a/crypto/x509v3/v3_int.c
+++ b/crypto/x509v3/v3_int.c
@@ -60,7 +60,7 @@
#include "cryptlib.h"
#include <openssl/x509v3.h>
-static ASN1_INTEGER *asn1_integer_new();
+static ASN1_INTEGER *asn1_integer_new(void);
X509V3_EXT_METHOD v3_crl_num = {
NID_crl_number, 0,