mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
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)
This commit is contained in:
parent
b039c87a4c
commit
8369592d35
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user