Latest update.
This commit is contained in:
+17
-1
@@ -1,6 +1,21 @@
|
||||
LIBS=../libssl
|
||||
|
||||
#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
|
||||
|
||||
#TODO: For now we just include the libcrypto packet.c in libssl as well. We
|
||||
# could either continue to do it like this, or export all the WPACKET
|
||||
# symbols so that libssl can use them like any other. Probably would do
|
||||
# this privately so it does not become part of the public API.
|
||||
SOURCE[../libssl]=\
|
||||
pqueue.c packet.c \
|
||||
pqueue.c ../crypto/packet.c \
|
||||
statem/statem_srvr.c statem/statem_clnt.c s3_lib.c s3_enc.c record/rec_layer_s3.c \
|
||||
statem/statem_lib.c statem/extensions.c statem/extensions_srvr.c \
|
||||
statem/extensions_clnt.c statem/extensions_cust.c s3_cbc.c s3_msg.c \
|
||||
@@ -13,3 +28,4 @@ SOURCE[../libssl]=\
|
||||
bio_ssl.c ssl_err.c tls_srp.c t1_trce.c ssl_utst.c \
|
||||
record/ssl3_buffer.c record/ssl3_record.c record/dtls1_bitmap.c \
|
||||
statem/statem.c record/ssl3_record_tls13.c
|
||||
DEFINE[../libssl]=$AESDEF
|
||||
Reference in New Issue
Block a user