Patch so the new crl stuff actually compiles this time :-) Also update the

Win32 ordinals.
This commit is contained in:
Dr. Stephen Henson
1999-02-19 02:26:21 +00:00
parent 0ca5f8b15c
commit ee5425d97d
3 changed files with 23 additions and 1 deletions

View 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;
}