remove unnecessary calls to EC_POINT_copy()
[openssl.git] / crypto / objects / obj_err.c
index cef401db27719626a0640fedac5529e4277e0be8..80ab6855af34fc0cbbfd094bf186e861f9bf1f3b 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/objects.h>
 
 /* BEGIN ERROR CODES */
-#ifndef NO_ERR
+#ifndef OPENSSL_NO_ERR
 static ERR_STRING_DATA OBJ_str_functs[]=
        {
 {ERR_PACK(0,OBJ_F_OBJ_CREATE,0),       "OBJ_create"},
@@ -89,7 +90,7 @@ void ERR_load_OBJ_strings(void)
        if (init)
                {
                init=0;
-#ifndef NO_ERR
+#ifndef OPENSSL_NO_ERR
                ERR_load_strings(ERR_LIB_OBJ,OBJ_str_functs);
                ERR_load_strings(ERR_LIB_OBJ,OBJ_str_reasons);
 #endif