]> granicus.if.org Git - openssl/commitdiff
include openssl/fips.h in sha1dgst.c
authorDr. Stephen Henson <steve@openssl.org>
Sun, 15 Jul 2007 16:50:34 +0000 (16:50 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 15 Jul 2007 16:50:34 +0000 (16:50 +0000)
crypto/sha/sha1dgst.c

index 50d1925cdeb261887d2926140e53fe9cbf4387bd..6f154625485eb72d74523beb9a2027137f409c1d 100644 (file)
@@ -63,6 +63,7 @@
 #define SHA_1
 
 #include <openssl/opensslv.h>
+#include <openssl/fips.h>
 
 const char SHA1_version[]="SHA1" OPENSSL_VERSION_PTEXT;