VirtualBox

source: vbox/trunk/src/libs/openssl-3.4.1/crypto/hmac/build.info@ 109302

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 
1LIBS=../../libcrypto
2
3$COMMON=hmac.c
4
5IF[{- !$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
17ENDIF
18
19DEFINE[../../libcrypto]=$HMACDEF
20DEFINE[../../providers/libfips.a]=$HMACDEF
21
22SOURCE[../../libcrypto]=$COMMON $HMACASM
23SOURCE[../../providers/libfips.a]=$COMMON $HMACASM
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette