[openssl] master update
tomas at openssl.org
tomas at openssl.org
Wed May 5 15:05:14 UTC 2021
The branch master has been updated
via 8369592d35da7d321b8d2f4b5591acd72481111a (commit)
from b039c87a4ca3dd4e4ebbea4a5d1fd3821497f900 (commit)
- Log -----------------------------------------------------------------
commit 8369592d35da7d321b8d2f4b5591acd72481111a
Author: Tomas Mraz <tomas at openssl.org>
Date: Tue May 4 16:53:42 2021 +0200
Fix missing symbols in no-cms and no-ts build
Fixes #15137
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15138)
-----------------------------------------------------------------------
Summary of changes:
crypto/ess/build.info | 8 +-------
1 file changed, 1 insertion(+), 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
More information about the openssl-commits
mailing list