]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/bn/bn.h
Complete rewrite of the error code generation script. It now runs as a single
[thirdparty/openssl.git] / crypto / bn / bn.h
index a90fd5938739e0dc8ebc4401d994f3485ed52d40..5d6f9f62035c0d44e3c6a07108f49a4196552ec9 100644 (file)
@@ -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