Provisional support for auto called OPENSSL_init() function. This can be
[openssl.git] / crypto / crypto.h
index 443486d70e3adfccf596a8e1a89d9f4499609b7f..469790d7a91d9968239d43dc5e205aca8ed1ee2c 100644 (file)
@@ -560,6 +560,8 @@ unsigned int *OPENSSL_ia32cap_loc(void);
 #define OPENSSL_ia32cap ((OPENSSL_ia32cap_loc())[0])
 int OPENSSL_isservice(void);
 
+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.