Fix missing symbols in no-cms and no-ts build
authorTomas Mraz <tomas@openssl.org>
Tue, 4 May 2021 14:53:42 +0000 (16:53 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 5 May 2021 15:05:01 +0000 (17:05 +0200)
Fixes #15137

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15138)

crypto/ess/build.info

index 3570633d733898fa5cdb397075162cebb755f89e..f25c1271fb2f8044bd2dc709917885aafed94515 100644 (file)
@@ -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