openssl/ssl/record/build.info
Matt Caswell eddb067e2c Move some DTLS read code into the read record layer
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18132)
2022-08-18 16:38:13 +01:00

25 lines
579 B
Plaintext

SUBDIRS=methods
#Needed for the multiblock code in rec_layer_s3.c
IF[{- !$disabled{asm} -}]
$AESDEF_x86=AES_ASM
$AESDEF_x86_64=AES_ASM
IF[$AESDEF_{- $target{asm_arch} -}]
$AESDEF=$AESDEF_{- $target{asm_arch} -}
ENDIF
ENDIF
SOURCE[../../libssl]=\
rec_layer_s3.c rec_layer_d1.c ssl3_buffer.c ssl3_record.c \
ssl3_record_tls13.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
DEFINE[../../libssl]=$AESDEF