mirror of
https://github.com/openssl/openssl.git
synced 2024-12-27 06:21:43 +08:00
eddb067e2c
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18132)
17 lines
472 B
Plaintext
17 lines
472 B
Plaintext
$KTLSSRC=
|
|
IF[{- !$disabled{ktls} -}]
|
|
$KTLSSRC=ktls_meth.c
|
|
ENDIF
|
|
|
|
SOURCE[../../../libssl]=\
|
|
tls_common.c ssl3_meth.c tls1_meth.c tls13_meth.c tlsany_meth.c \
|
|
dtls_meth.c $KTLSSRC
|
|
|
|
# For shared builds we need to include the sources needed in providers
|
|
# (ssl3_cbc.c) in libssl as well.
|
|
IF[{- !$disabled{'deprecated-3.0'} -}]
|
|
SHARED_SOURCE[../../../libssl]=ssl3_cbc.c
|
|
ENDIF
|
|
|
|
SOURCE[../../../providers/libdefault.a ../../../providers/libfips.a]=ssl3_cbc.c
|