X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fengine%2Feng_err.c;fp=crypto%2Fengine%2Feng_err.c;h=5e9d16f3cd7e9fd006081fe57c064a46771ba306;hp=5eb87719694e5909c2bf352efd4548f4434d08a3;hb=69588edbaa424beb71c6a9b1be416588232cb78c;hpb=8cc44d970ced1004db0727d7a7b3e2709c442e55 diff --git a/crypto/engine/eng_err.c b/crypto/engine/eng_err.c index 5eb8771969..5e9d16f3cd 100644 --- a/crypto/engine/eng_err.c +++ b/crypto/engine/eng_err.c @@ -110,7 +110,7 @@ static ERR_STRING_DATA ENGINE_str_reasons[] = { #endif -void ERR_load_ENGINE_strings(void) +int ERR_load_ENGINE_strings(void) { #ifndef OPENSSL_NO_ERR @@ -119,4 +119,5 @@ void ERR_load_ENGINE_strings(void) ERR_load_strings(0, ENGINE_str_reasons); } #endif + return 1; }