openssl/ssl/record/build.info
Matt Caswell 23c57f001d Move declarations out of record.h and record_local.h
We move many of the declarations in record.h and record_local.h into
locations inside ssl/record/methods instead. Also many declarations were
no longer required and could be removed completely.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19586)
2022-11-14 07:51:17 +00:00

18 lines
330 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
DEFINE[../../libssl]=$AESDEF