aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-04-24 00:15:18 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-04-24 00:15:18 +0000
commit6d31193858f176c276fe5f27d36408977933c1d6 (patch)
tree111d45fb6403491f47cbeed5293016e46b4400b2 /crypto/conf/conf.h
parentdd3c43c5323d236a42efb1c7d6b509b927747953 (diff)
downloadopenssl-6d31193858f176c276fe5f27d36408977933c1d6.tar.gz
Complete rewrite of the error code generation script. It now runs as a single
script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files.
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