From 78906fff4a6cfd5857045df770b47ae9ebcf0766 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 12 May 2020 09:02:25 +0200 Subject: PROV: Adapt all our providers to use the new PROV_CTX structure Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/11803) --- crypto/property/build.info | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/property') 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 -- cgit v1.2.3