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

@@ -108,7 +108,7 @@ int engine_free_util(ENGINE *e, int locked)
if(e == NULL)
{
ENGINEerr(ENGINE_F_ENGINE_FREE,
ENGINEerr(ENGINE_F_ENGINE_FREE_UTIL,
ERR_R_PASSED_NULL_PARAMETER);
return 0;
}