Last change
on this file since 109302 was 109052, checked in by vboxsync, 4 weeks ago |
openssl-3.4.1: Applied our changes, regenerated files, added missing files and functions. This time with a three way merge. bugref:10890
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
636 bytes
|
Line | |
---|
1 | LIBS=../../libcrypto
|
---|
2 |
|
---|
3 | $COMMON=hmac.c
|
---|
4 |
|
---|
5 | IF[{- !$disabled{asm} -}]
|
---|
6 | IF[{- ($target{perlasm_scheme} // '') ne '31' -}]
|
---|
7 | $HMACASM_s390x=hmac_s390x.c
|
---|
8 | $HMACDEF_s390x=OPENSSL_HMAC_S390X
|
---|
9 | ENDIF
|
---|
10 |
|
---|
11 | # Now that we have defined all the arch specific variables, use the
|
---|
12 | # appropriate ones, and define the appropriate macros
|
---|
13 | IF[$HMACASM_{- $target{asm_arch} -}]
|
---|
14 | $HMACASM=$HMACASM_{- $target{asm_arch} -}
|
---|
15 | $HMACDEF=$HMACDEF_{- $target{asm_arch} -}
|
---|
16 | ENDIF
|
---|
17 | ENDIF
|
---|
18 |
|
---|
19 | DEFINE[../../libcrypto]=$HMACDEF
|
---|
20 | DEFINE[../../providers/libfips.a]=$HMACDEF
|
---|
21 |
|
---|
22 | SOURCE[../../libcrypto]=$COMMON $HMACASM
|
---|
23 | SOURCE[../../providers/libfips.a]=$COMMON $HMACASM
|
---|
Note:
See
TracBrowser
for help on using the repository browser.