mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Fix no-ts
builds.
`ess_lib.c` is called from `cms` and `ts` modules. Fixes #12155 Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12209)
This commit is contained in:
parent
c720fc35f4
commit
75e35c9ad1
@ -1,6 +1,7 @@
|
||||
LIBS=../../libcrypto
|
||||
|
||||
IF[{- !$disabled{'cms'} and !$disabled{'ts'} -}]
|
||||
# compile ess_lib.c when cms or ts are enabled
|
||||
IF[{- !$disabled{'cms'} or !$disabled{'ts'} -}]
|
||||
SOURCE[../../libcrypto]= ess_lib.c
|
||||
ENDIF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user