Version skew reduction: trivia (I hope).
[oweals/openssl.git] / crypto / crypto.h
index 34c2d7580810f544e92bbfca3e8306659cab4bc0..d3da3c881f57240247dcedb991dbc775f2b4ed3a 100644 (file)
  */
 
 #if defined(OPENSSL_FIPSCANISTER)
-#include <openssl/fipssyms.h>
+# include <openssl/fipssyms.h>
+#else
+# define __fips_constseg
 #endif
 
 #ifdef  __cplusplus
@@ -563,6 +565,8 @@ int OPENSSL_isservice(void);
 int FIPS_mode(void);
 int FIPS_mode_set(int r);
 
+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.