summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-05-04 16:53:42 +0200
committerTomas Mraz <tomas@openssl.org>2021-05-05 17:05:01 +0200
commit8369592d35da7d321b8d2f4b5591acd72481111a (patch)
treef6da497aa52ff2325314dc6a3cd7f7ddcd06539e /crypto
parentb039c87a4ca3dd4e4ebbea4a5d1fd3821497f900 (diff)
Fix missing symbols in no-cms and no-ts build
Fixes #15137 Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15138)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/ess/build.info8
1 files changed, 1 insertions, 7 deletions
diff --git a/crypto/ess/build.info b/crypto/ess/build.info
index 3570633d73..f25c1271fb 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