summaryrefslogtreecommitdiffstats
path: root/crypto/hmac/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-05-23 14:35:42 +0100
committerMatt Caswell <matt@openssl.org>2019-06-28 10:22:21 +0100
commit57ca171a131e6d55b4c4f6decefedeaa509db702 (patch)
tree69f6f52ea75f782b9a60a7702959de68a50da7d9 /crypto/hmac/build.info
parent0da1d43a94ffc8f2aaadcaa441f556ed54f0ecda (diff)
Make the RAND code available from inside the FIPS module
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/9035)
Diffstat (limited to 'crypto/hmac/build.info')
-rw-r--r--crypto/hmac/build.info7
1 files changed, 5 insertions, 2 deletions
diff --git a/crypto/hmac/build.info b/crypto/hmac/build.info
index f63524d3be..b1c146182c 100644
--- a/crypto/hmac/build.info
+++ b/crypto/hmac/build.info
@@ -1,3 +1,6 @@
LIBS=../../libcrypto
-SOURCE[../../libcrypto]=\
- hmac.c hm_ameth.c hm_meth.c
+
+$COMMON=hmac.c hm_meth.c
+
+SOURCE[../../libcrypto]=$COMMON hm_ameth.c
+SOURCE[../../providers/fips]=$COMMON