openssl-src 300.6.0+3.6.2

Source of OpenSSL and logic to build it.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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