summaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/conf/conf.h')
-rw-r--r--crypto/conf/conf.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/conf/conf.h b/crypto/conf/conf.h
index 45efed198f..58fa191f9a 100644
--- a/crypto/conf/conf.h
+++ b/crypto/conf/conf.h
@@ -94,6 +94,10 @@ void ERR_load_CONF_strings();
#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 CONF functions. */
/* Function codes. */
@@ -106,7 +110,7 @@ void ERR_load_CONF_strings();
#define CONF_R_NO_CLOSE_BRACE 102
#define CONF_R_UNABLE_TO_CREATE_NEW_SECTION 103
#define CONF_R_VARIABLE_HAS_NO_VALUE 104
-
+
#ifdef __cplusplus
}
#endif