From: Tomas Mraz Date: Tue, 4 May 2021 14:53:42 +0000 (+0200) Subject: Fix missing symbols in no-cms and no-ts build X-Git-Tag: openssl-3.0.0-alpha16~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8369592d35da7d321b8d2f4b5591acd72481111a;p=thirdparty%2Fopenssl.git Fix missing symbols in no-cms and no-ts build Fixes #15137 Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/15138) --- diff --git a/crypto/ess/build.info b/crypto/ess/build.info index 3570633d733..f25c1271fb2 100644 --- a/crypto/ess/build.info +++ b/crypto/ess/build.info @@ -1,9 +1,3 @@ LIBS=../../libcrypto -# compile ess_lib.c when cms or ts are enabled -IF[{- !$disabled{'cms'} or !$disabled{'ts'} -}] - SOURCE[../../libcrypto]= ess_lib.c -ENDIF - -SOURCE[../../libcrypto]= ess_asn1.c ess_err.c - +SOURCE[../../libcrypto]= ess_asn1.c ess_err.c ess_lib.c