Last change
on this file since 102427 was 101211, checked in by vboxsync, 17 months ago |
openssl-3.1.3: Applied and adjusted our OpenSSL changes to 3.1.2. bugref:10527
|
File size:
781 bytes
|
Line | |
---|
1 | LIBS=../../libcrypto
|
---|
2 |
|
---|
3 | $RC5ASM=rc5_enc.c
|
---|
4 | IF[{- !$disabled{asm} -}]
|
---|
5 | $RC5ASM_x86=rc5-586.S
|
---|
6 |
|
---|
7 | # Now that we have defined all the arch specific variables, use the
|
---|
8 | # appropriate one, and define the appropriate macros
|
---|
9 | IF[$RC5ASM_{- $target{asm_arch} -}]
|
---|
10 | $RC5ASM=$RC5ASM_{- $target{asm_arch} -}
|
---|
11 | $RC5DEF=RC5_ASM
|
---|
12 | ENDIF
|
---|
13 | ENDIF
|
---|
14 |
|
---|
15 | $ALL=rc5_skey.c rc5_ecb.c $RC5ASM rc5cfb64.c rc5ofb64.c
|
---|
16 |
|
---|
17 | SOURCE[../../libcrypto]=$ALL
|
---|
18 |
|
---|
19 | # When all deprecated symbols are removed, libcrypto doesn't export the
|
---|
20 | # rc5 functions, so we must include them directly in liblegacy.a
|
---|
21 | IF[{- $disabled{'deprecated-3.0'} && !$disabled{module} && !$disabled{shared} -}]
|
---|
22 | SOURCE[../../providers/liblegacy.a]=$ALL
|
---|
23 | ENDIF
|
---|
24 |
|
---|
25 | GENERATE[rc5-586.S]=asm/rc5-586.pl
|
---|
26 | DEPEND[rc5-586.S]=../perlasm/x86asm.pl ../perlasm/cbc.pl
|
---|
Note:
See
TracBrowser
for help on using the repository browser.