Since there's no continuation, the ; can go as well :-)
[oweals/openssl.git] / crypto / buffer / buf_err.c
index 7f9fd1f6c367b3f5cf3e21cbdb53aff6e731fdf6..5eee653e14d0a7275f3dc8bf8c24a77125d68124 100644 (file)
@@ -54,7 +54,8 @@
  */
 
 /* NOTE: this file was auto generated by the mkerr.pl script: any changes
- * made to it will be overwritten when the script next updates this file.
+ * made to it will be overwritten when the script next updates this file,
+ * only reason strings will be preserved.
  */
 
 #include <stdio.h>
@@ -62,7 +63,7 @@
 #include <openssl/buffer.h>
 
 /* BEGIN ERROR CODES */
-#ifndef NO_ERR
+#ifndef OPENSSL_NO_ERR
 static ERR_STRING_DATA BUF_str_functs[]=
        {
 {ERR_PACK(0,BUF_F_BUF_MEM_GROW,0),     "BUF_MEM_grow"},
@@ -85,7 +86,7 @@ void ERR_load_BUF_strings(void)
        if (init)
                {
                init=0;
-#ifndef NO_ERR
+#ifndef OPENSSL_NO_ERR
                ERR_load_strings(ERR_LIB_BUF,BUF_str_functs);
                ERR_load_strings(ERR_LIB_BUF,BUF_str_reasons);
 #endif