summaryrefslogtreecommitdiffstats
path: root/crypto/property/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-05-13 06:41:06 +0100
committerMatt Caswell <matt@openssl.org>2019-05-23 11:02:04 +0100
commit319e518a5ae17fb8def2bd9209675acbaa6c22c2 (patch)
tree34d515cc857f1a4adf37311228925330ad635dd3 /crypto/property/build.info
parent3593266d1c924ea595a1074e78381890f964392c (diff)
Make some EVP code available from within the FIPS module
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8728)
Diffstat (limited to 'crypto/property/build.info')
-rw-r--r--crypto/property/build.info2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/property/build.info b/crypto/property/build.info
index 3a86b6e141..3bdf307c92 100644
--- a/crypto/property/build.info
+++ b/crypto/property/build.info
@@ -1,3 +1,5 @@
LIBS=../../libcrypto
SOURCE[../../libcrypto]=property_string.c property_parse.c property.c \
property_err.c defn_cache.c
+SOURCE[../../providers/fips]=\
+ property_string.c property_parse.c property.c defn_cache.c