summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/bn.h')
-rw-r--r--crypto/bn/bn.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/bn/bn.h b/crypto/bn/bn.h
index a90fd59387..5d6f9f6203 100644
--- a/crypto/bn/bn.h
+++ b/crypto/bn/bn.h
@@ -545,6 +545,10 @@ int BN_div_recp();
#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 BN functions. */
/* Function codes. */
@@ -575,7 +579,7 @@ int BN_div_recp();
#define BN_R_INVALID_LENGTH 106
#define BN_R_NOT_INITIALIZED 107
#define BN_R_NO_INVERSE 108
-
+
#ifdef __cplusplus
}
#endif