Put the dependencies back.
[openssl.git] / crypto / asn1 / t_crl.c
index 5eafa18e4739be9e22afbfee9d58f662e1f2c170..d36b0c23afc782322e4bf51ee900a189e0d042bf 100644 (file)
@@ -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;
 
 }