Fix more error codes.
(Also improve util/ck_errf.pl script, and occasionally fix source code formatting.)
This commit is contained in:
@@ -111,7 +111,7 @@ int engine_unlocked_finish(ENGINE *e, int unlock_for_handlers)
|
||||
/* Release the structural reference too */
|
||||
if(!engine_free_util(e, 0))
|
||||
{
|
||||
ENGINEerr(ENGINE_F_ENGINE_FINISH,ENGINE_R_FINISH_FAILED);
|
||||
ENGINEerr(ENGINE_F_ENGINE_UNLOCKED_FINISH,ENGINE_R_FINISH_FAILED);
|
||||
return 0;
|
||||
}
|
||||
return to_return;
|
||||
|
Reference in New Issue
Block a user