mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +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
|
LIBS=../../libcrypto
|
||||||
|
|
||||||
# compile ess_lib.c when cms or ts are enabled
|
SOURCE[../../libcrypto]= ess_asn1.c ess_err.c ess_lib.c
|
||||||
IF[{- !$disabled{'cms'} or !$disabled{'ts'} -}]
|
|
||||||
SOURCE[../../libcrypto]= ess_lib.c
|
|
||||||
ENDIF
|
|
||||||
|
|
||||||
SOURCE[../../libcrypto]= ess_asn1.c ess_err.c
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user