X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=util%2Fmkerr.pl;h=ebc059ef228382cc1d48e148d0dfdcbf1825d102;hp=4b3bccb13e745b367a2b3db18f26c32f644fd7e1;hb=4a26329b4c105a2fa0f10de3ecf644e0d082b056;hpb=170afce58d5c9ffc399892e19a52c5559e2db801 diff --git a/util/mkerr.pl b/util/mkerr.pl index 4b3bccb13e..ebc059ef22 100644 --- a/util/mkerr.pl +++ b/util/mkerr.pl @@ -450,7 +450,7 @@ void ERR_load_${lib}_strings(void) #ifdef ${lib}_LIB_NAME ${lib}_lib_name->error = ERR_PACK(${lib}_lib_error_code,0,0); ERR_load_strings(0,${lib}_lib_name); -#endif; +#endif } }