projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5389c2d
)
Make sure we get OPENSSL_FIPS.
author
Richard Levitte
<levitte@openssl.org>
Mon, 29 Sep 2003 22:29:03 +0000
(22:29 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 29 Sep 2003 22:29:03 +0000
(22:29 +0000)
crypto/sha/sha1dgst.c
patch
|
blob
|
history
diff --git
a/crypto/sha/sha1dgst.c
b/crypto/sha/sha1dgst.c
index de645fc1070a1dce51a0f71da8afbf2c69b4ddce..1e2009b760812d2bdf64e5cdb83e6a60ce656f45 100644
(file)
--- 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;