Fix header files so that any one can be included first.
[openssl.git] / crypto / crypto.h
index 1f84d062d8a176d0755c786292cb9d5387281e92..0bf74a16554622af6273e749334c7321331bf9eb 100644 (file)
 extern "C" {
 #endif
 
+#ifndef NO_FP_API
+#include <stdio.h>
+#endif
+
 #include <openssl/stack.h>
 #include <openssl/opensslv.h>
 
@@ -333,6 +337,10 @@ void ERR_load_CRYPTO_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 CRYPTO functions. */
 
 /* Function codes. */
@@ -341,7 +349,7 @@ void ERR_load_CRYPTO_strings();
 #define CRYPTO_F_CRYPTO_SET_EX_DATA                     102
 
 /* Reason codes. */
+
 #ifdef  __cplusplus
 }
 #endif