summaryrefslogtreecommitdiffstats
path: root/fips/sha
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-16 14:49:50 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-16 14:49:50 +0000
commit017bc57bf9734777d7cc0b847a55b0d762b5a149 (patch)
tree27b5c19dbece32feb2df81852391744d94a1fb93 /fips/sha
parentd749e1080a4ec0ae6af5edc4851379fbc2a5ebca (diff)
Experimental FIPS symbol renaming.
Fixups under fips/ to make symbol renaming work.
Diffstat (limited to 'fips/sha')
-rw-r--r--fips/sha/fips_standalone_sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/sha/fips_standalone_sha1.c b/fips/sha/fips_standalone_sha1.c
index b1810a5f2c..07bd0091be 100644
--- a/fips/sha/fips_standalone_sha1.c
+++ b/fips/sha/fips_standalone_sha1.c
@@ -50,7 +50,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <openssl/opensslconf.h>
+#include <openssl/crypto.h>
#include <openssl/sha.h>
#include <openssl/hmac.h>
#include <openssl/fips.h>