Fix more error codes.

(Also improve util/ck_errf.pl script, and occasionally
fix source code formatting.)
This commit is contained in:
Bodo Möller
2005-05-11 03:45:39 +00:00
parent 35e8510e60
commit 8afca8d9c6
79 changed files with 395 additions and 337 deletions

View File

@@ -72,7 +72,7 @@ int X509_CRL_print_fp(FILE *fp, X509_CRL *x)
if ((b=BIO_new(BIO_s_file())) == NULL)
{
X509err(X509_F_X509_PRINT_FP,ERR_R_BUF_LIB);
X509err(X509_F_X509_CRL_PRINT_FP,ERR_R_BUF_LIB);
return(0);
}
BIO_set_fp(b,fp,BIO_NOCLOSE);