summaryrefslogtreecommitdiffstats
path: root/crypto/objects/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/objects/objects.h')
-rw-r--r--crypto/objects/objects.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/objects/objects.h b/crypto/objects/objects.h
index d636df147d..20ca741711 100644
--- a/crypto/objects/objects.h
+++ b/crypto/objects/objects.h
@@ -951,6 +951,10 @@ int OBJ_create_objects();
#endif
/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+
/* Error codes for the OBJ functions. */
/* Function codes. */
@@ -963,7 +967,7 @@ int OBJ_create_objects();
/* Reason codes. */
#define OBJ_R_MALLOC_FAILURE 100
#define OBJ_R_UNKNOWN_NID 101
-
+
#ifdef __cplusplus
}
#endif