summaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/dh/dh.h')
-rw-r--r--crypto/dh/dh.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/dh/dh.h b/crypto/dh/dh.h
index dc0df313ca..c3592bd02b 100644
--- a/crypto/dh/dh.h
+++ b/crypto/dh/dh.h
@@ -145,6 +145,10 @@ void ERR_load_DH_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 DH functions. */
/* Function codes. */
@@ -157,7 +161,7 @@ void ERR_load_DH_strings();
/* Reason codes. */
#define DH_R_NO_PRIVATE_VALUE 100
-
+
#ifdef __cplusplus
}
#endif