Home | History | Annotate | Line # | Download | only in record
      1 SUBDIRS=methods
      2 
      3 #Needed for the multiblock code in rec_layer_s3.c
      4 IF[{- !$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
     11 ENDIF
     12 
     13 SOURCE[../../libssl]=\
     14         rec_layer_s3.c rec_layer_d1.c
     15 
     16 DEFINE[../../libssl]=$AESDEF
     17 
     18