Use approved API for EVP digest operations in FIPS builds.
[oweals/openssl.git] / crypto / crypto.h
index 2aa53a98553362fe59f8a21b0c774c55cd88b0ea..0a34ef2ac210a42d49f06266120b48ae8d89cab7 100644 (file)
@@ -550,6 +550,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.