Move OPENSSL_init declaration out of auto-generated code section
authorBodo Möller <bodo@openssl.org>
Mon, 5 Sep 2011 09:52:58 +0000 (09:52 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 5 Sep 2011 09:52:58 +0000 (09:52 +0000)
(it is not auto-generated).

crypto/crypto.h

index 0e4fb0723ced502d6138efa908e2a7f9d4b71395..fc1374fad5f7a5fe4c2f99efc35ffde5b4c28d0a 100644 (file)
@@ -588,15 +588,15 @@ int OPENSSL_isservice(void);
 
 #endif /* def OPENSSL_FIPS */
 
+#define OPENSSL_HAVE_INIT      1
+void OPENSSL_init(void);
+
 /* 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.
  */
 void ERR_load_CRYPTO_strings(void);
 
-#define OPENSSL_HAVE_INIT      1
-void OPENSSL_init(void);
-
 /* Error codes for the CRYPTO functions. */
 
 /* Function codes. */