summaryrefslogtreecommitdiffstats
path: root/crypto/property
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-05-12 09:02:25 +0200
committerMatt Caswell <matt@openssl.org>2020-05-13 17:22:13 +0100
commit78906fff4a6cfd5857045df770b47ae9ebcf0766 (patch)
tree83d8efcdb711b328c78ea44f842434ca42f33a33 /crypto/property
parent05aa8790ac1ef2bb39c15ae241a591704664039c (diff)
PROV: Adapt all our providers to use the new PROV_CTX structure
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11803)
Diffstat (limited to 'crypto/property')
-rw-r--r--crypto/property/build.info1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/property/build.info b/crypto/property/build.info
index bfa1f0602f..56f26760c6 100644
--- a/crypto/property/build.info
+++ b/crypto/property/build.info
@@ -2,3 +2,4 @@ LIBS=../../libcrypto
$COMMON=property_string.c property_parse.c property.c defn_cache.c
SOURCE[../../libcrypto]=$COMMON property_err.c
SOURCE[../../providers/libfips.a]=$COMMON
+SOURCE[../../providers/liblegacy.a]=$COMMON