build.info 579 B

123456789101112131415161718192021222324
  1. SUBDIRS=methods
  2. #Needed for the multiblock code in rec_layer_s3.c
  3. IF[{- !$disabled{asm} -}]
  4. $AESDEF_x86=AES_ASM
  5. $AESDEF_x86_64=AES_ASM
  6. IF[$AESDEF_{- $target{asm_arch} -}]
  7. $AESDEF=$AESDEF_{- $target{asm_arch} -}
  8. ENDIF
  9. ENDIF
  10. SOURCE[../../libssl]=\
  11. rec_layer_s3.c rec_layer_d1.c ssl3_buffer.c ssl3_record.c \
  12. ssl3_record_tls13.c
  13. # For shared builds we need to include the sources needed in providers
  14. # (tls_pad.c) in libssl as well.
  15. SHARED_SOURCE[../../libssl]=tls_pad.c
  16. SOURCE[../../providers/libcommon.a]=tls_pad.c
  17. DEFINE[../../libssl]=$AESDEF