mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
c89c21f8f5
This file is used by libssl record layer methods and therefore should now be in the methods subdir Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19586)
24 lines
682 B
Plaintext
24 lines
682 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 tls_multib.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
|
|
|
|
# For shared builds we need to include the sources needed in providers
|
|
# (tls_pad.c) in libssl as well.
|
|
SHARED_SOURCE[../../../libssl]=tls_pad.c
|
|
|
|
SOURCE[../../../providers/libcommon.a]=tls_pad.c
|
|
|