summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/t_crl.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-02-19 02:26:21 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-02-19 02:26:21 +0000
commitee5425d97de08d2149426c01b9a60cabca18fa12 (patch)
tree749e25db8ef14a54bbad2c07e86917817dd08893 /crypto/asn1/t_crl.c
parent0ca5f8b15c927d56004d3b53744ab68e6ec1b79b (diff)
Patch so the new crl stuff actually compiles this time :-) Also update the
Win32 ordinals.
Diffstat (limited to 'crypto/asn1/t_crl.c')
-rw-r--r--crypto/asn1/t_crl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/asn1/t_crl.c b/crypto/asn1/t_crl.c
index 5eafa18e47..d36b0c23af 100644
--- a/crypto/asn1/t_crl.c
+++ b/crypto/asn1/t_crl.c
@@ -90,7 +90,7 @@ X509_CRL *x;
}
#endif
-void X509_CRL_print(out, x)
+int X509_CRL_print(out, x)
BIO *out;
X509_CRL *x;
{
@@ -153,6 +153,7 @@ X509_CRL *x;
}
BIO_write(out,"\n",1);
+ return 1;
}