X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=util%2Fmkerr.pl;h=7d98b5234d91026c31cbebc9e784ceaeec5f8c3a;hb=93389c86ca756462254abb293cbb51cf458d21f3;hp=33b904f9ee1d3c680468c9a4a1208873210610c3;hpb=487550b61d9ae3f4d293241750046ff01632e303;p=oweals%2Fopenssl.git diff --git a/util/mkerr.pl b/util/mkerr.pl index 33b904f9ee..7d98b5234d 100644 --- a/util/mkerr.pl +++ b/util/mkerr.pl @@ -38,7 +38,7 @@ while (@ARGV) { } if($recurse) { - @source = (, , ); + @source = (, , , ); } else { @source = @ARGV; } @@ -382,7 +382,7 @@ EOF #include $hincf /* BEGIN ERROR CODES */ -#ifndef OPENSSL_NO_ERR +#ifndef NO_ERR static ERR_STRING_DATA ${lib}_str_functs[]= { EOF @@ -432,7 +432,7 @@ void ERR_load_${lib}_strings(void) if (init) { init=0; -#ifndef OPENSSL_NO_ERR +#ifndef NO_ERR ERR_load_strings(ERR_LIB_${lib},${lib}_str_functs); ERR_load_strings(ERR_LIB_${lib},${lib}_str_reasons); #endif @@ -468,7 +468,7 @@ void ERR_load_${lib}_strings(void) if (init) { init=0; -#ifndef OPENSSL_NO_ERR +#ifndef NO_ERR ERR_load_strings(${lib}_lib_error_code,${lib}_str_functs); ERR_load_strings(${lib}_lib_error_code,${lib}_str_reasons); #endif