OSDN Git Service

Update OpenSSL to 1.0.1b.
[ffftp/ffftp.git] / contrib / openssl / include / openssl / whrlpool.h
index 4f40fc4..51161dc 100644 (file)
@@ -24,6 +24,9 @@ typedef struct        {
        } WHIRLPOOL_CTX;\r
 \r
 #ifndef OPENSSL_NO_WHIRLPOOL\r
+#ifdef OPENSSL_FIPS\r
+int private_WHIRLPOOL_Init(WHIRLPOOL_CTX *c);\r
+#endif\r
 int WHIRLPOOL_Init     (WHIRLPOOL_CTX *c);\r
 int WHIRLPOOL_Update   (WHIRLPOOL_CTX *c,const void *inp,size_t bytes);\r
 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *inp,size_t bits);\r