]> git.ipfire.org Git - thirdparty/openssl.git/blame - ssl/record/build.info
Move declarations out of record.h and record_local.h
[thirdparty/openssl.git] / ssl / record / build.info
CommitLineData
4840c2a5
MC
1SUBDIRS=methods
2
3#Needed for the multiblock code in rec_layer_s3.c
4IF[{- !$disabled{asm} -}]
5 $AESDEF_x86=AES_ASM
6 $AESDEF_x86_64=AES_ASM
7
8 IF[$AESDEF_{- $target{asm_arch} -}]
9 $AESDEF=$AESDEF_{- $target{asm_arch} -}
10 ENDIF
11ENDIF
12
13SOURCE[../../libssl]=\
23c57f00 14 rec_layer_s3.c rec_layer_d1.c
4840c2a5 15
4840c2a5
MC
16DEFINE[../../libssl]=$AESDEF
17