summaryrefslogtreecommitdiffstats
path: root/crypto/rand/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/rand/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/rand/build.info')
-rw-r--r--crypto/rand/build.info10
1 files changed, 6 insertions, 4 deletions
diff --git a/crypto/rand/build.info b/crypto/rand/build.info
index 70d258032b..3e0a9c7432 100644
--- a/crypto/rand/build.info
+++ b/crypto/rand/build.info
@@ -1,5 +1,7 @@
LIBS=../../libcrypto
-SOURCE[../../libcrypto]=\
- randfile.c rand_lib.c rand_err.c rand_crng_test.c rand_egd.c \
- rand_win.c rand_unix.c rand_vms.c drbg_lib.c drbg_ctr.c rand_vxworks.c \
- drbg_hash.c drbg_hmac.c
+
+$COMMON=rand_lib.c rand_crng_test.c rand_win.c rand_unix.c rand_vms.c \
+ drbg_lib.c drbg_ctr.c rand_vxworks.c drbg_hash.c drbg_hmac.c
+
+SOURCE[../../libcrypto]=$COMMON randfile.c rand_err.c rand_egd.c
+SOURCE[../../providers/fips]=$COMMON