mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
23c57f001d
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)
18 lines
330 B
Plaintext
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
|
|
|