Make sure we get OPENSSL_FIPS.
authorRichard Levitte <levitte@openssl.org>
Mon, 29 Sep 2003 22:29:03 +0000 (22:29 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 29 Sep 2003 22:29:03 +0000 (22:29 +0000)
crypto/sha/sha1dgst.c

index de645fc1070a1dce51a0f71da8afbf2c69b4ddce..1e2009b760812d2bdf64e5cdb83e6a60ce656f45 100644 (file)
@@ -62,6 +62,7 @@
 #define SHA_1
 
 #include <openssl/opensslv.h>
+#include <openssl/opensslconf.h>
 
 #ifndef OPENSSL_FIPS
 const char *SHA1_version="SHA1" OPENSSL_VERSION_PTEXT;