Change the command line options of mkerr.pl so -static is now default and
[oweals/openssl.git] / crypto / bn / bn.h
index fe764ded39cdc471a61ae92e6d3b8b80a7d183e9..262423fa26f0b6c8a3598a78edad51b4e9584f14 100644 (file)
 #ifndef HEADER_BN_H
 #define HEADER_BN_H
 
-#include "opensslconf.h"
+#ifndef WIN16
+#include <stdio.h> /* FILE */
+#endif
+#include <openssl/opensslconf.h>
 
 #ifdef  __cplusplus
 extern "C" {
@@ -545,6 +548,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 +582,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