I had forgotten to change mkerr.pl to use the new macro system.
authorRichard Levitte <levitte@openssl.org>
Wed, 21 Feb 2001 12:03:20 +0000 (12:03 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 21 Feb 2001 12:03:20 +0000 (12:03 +0000)
util/mkerr.pl

index 407ca2031372549b39ca345003f2877c57fcc014..33b904f9ee1d3c680468c9a4a1208873210610c3 100644 (file)
@@ -382,7 +382,7 @@ EOF
 #include $hincf
 
 /* BEGIN ERROR CODES */
 #include $hincf
 
 /* BEGIN ERROR CODES */
-#ifndef NO_ERR
+#ifndef OPENSSL_NO_ERR
 static ERR_STRING_DATA ${lib}_str_functs[]=
        {
 EOF
 static ERR_STRING_DATA ${lib}_str_functs[]=
        {
 EOF
@@ -432,7 +432,7 @@ void ERR_load_${lib}_strings(void)
        if (init)
                {
                init=0;
        if (init)
                {
                init=0;
-#ifndef NO_ERR
+#ifndef OPENSSL_NO_ERR
                ERR_load_strings(ERR_LIB_${lib},${lib}_str_functs);
                ERR_load_strings(ERR_LIB_${lib},${lib}_str_reasons);
 #endif
                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;
        if (init)
                {
                init=0;
-#ifndef NO_ERR
+#ifndef OPENSSL_NO_ERR
                ERR_load_strings(${lib}_lib_error_code,${lib}_str_functs);
                ERR_load_strings(${lib}_lib_error_code,${lib}_str_reasons);
 #endif
                ERR_load_strings(${lib}_lib_error_code,${lib}_str_functs);
                ERR_load_strings(${lib}_lib_error_code,${lib}_str_reasons);
 #endif