diff options
author | Ralf S. Engelschall <rse@openssl.org> | 1999-05-10 10:33:56 +0200 |
---|---|---|
committer | Ralf S. Engelschall <rse@openssl.org> | 1999-05-10 10:33:56 +0200 |
commit | 397f703892d66df668d2a7192d89227dcd0ffad4 (patch) | |
tree | 2e4e9a6d3f3dfe72ec82dc622b1bba343da92df4 /crypto/x509v3/v3_int.c | |
parent | Various PKCS#7 fixes to properly (maybe!) handle PKCS#7 enveloped data. (diff) | |
download | openssl-397f703892d66df668d2a7192d89227dcd0ffad4.tar.xz openssl-397f703892d66df668d2a7192d89227dcd0ffad4.zip |
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.c | 2 |
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, |