Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • a6a462c
  • /
  • build.info
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:90b43cf42b3a7777fc02357bb3607f9a36aacba5
directory badge Iframe embedding
swh:1:dir:a6a462c31f57a34e8a23a95acc198ebecf5b971e
build.info
LIBS=../../libcrypto

$COMMON=hmac.c

IF[{- !$disabled{asm} -}]
  IF[{- ($target{perlasm_scheme} // '') ne '31' -}]
    $HMACASM_s390x=hmac_s390x.c
    $HMACDEF_s390x=OPENSSL_HMAC_S390X
  ENDIF

  # Now that we have defined all the arch specific variables, use the
  # appropriate ones, and define the appropriate macros
  IF[$HMACASM_{- $target{asm_arch} -}]
    $HMACASM=$HMACASM_{- $target{asm_arch} -}
    $HMACDEF=$HMACDEF_{- $target{asm_arch} -}
  ENDIF
ENDIF

DEFINE[../../libcrypto]=$HMACDEF
DEFINE[../../providers/libfips.a]=$HMACDEF

SOURCE[../../libcrypto]=$COMMON $HMACASM
SOURCE[../../providers/libfips.a]=$COMMON $HMACASM

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top