Last change
on this file was 108206, checked in by vboxsync, 3 months ago |
openssl-3.3.2: Exported all files to OSE and removed .scm-settings bugref:10757
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
330 bytes
|
Line | |
---|
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 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.