Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-09-30 02:29:03 +0400
committerRichard Levitte <levitte@openssl.org>2003-09-30 02:29:03 +0400
commitcf54f06dcbd2bd81799132ccebb9697607d5b012 (patch)
tree13334454ed38f35803c463da472c61df571deafe /crypto
parent5389c2dfa137d93b59de02f7edb16521b0be6e71 (diff)
Make sure we get OPENSSL_FIPS.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/sha/sha1dgst.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/sha/sha1dgst.c b/crypto/sha/sha1dgst.c
index de645fc107..1e2009b760 100644
--- a/crypto/sha/sha1dgst.c
+++ b/crypto/sha/sha1dgst.c
@@ -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;