Use util/mklink.pl instead of util/mklink.sh.
[openssl.git] / crypto / asn1 / t_crl.c
index bdfa03aa1a1d3d640bc3fecd244c2b37806dd3f3..4470f0652f1d118a3915d8db6924c4572041c51a 100644 (file)
 #include <openssl/x509.h>
 #include <openssl/x509v3.h>
 
-#ifndef NOPROTO
 static void ext_print(BIO *out, X509_EXTENSION *ex);
-#else
-static void ext_print();
-#endif
-
 #ifndef NO_FP_API
 int X509_CRL_print_fp(FILE *fp, X509_CRL *x)
         {