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

Raw File
Permalink

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
content badge Iframe embedding
swh:1:cnt:191e25e20d38e679454618754a3e4abd94320c8f
LIBS=../../libcrypto

$THREADS_ARCH=\
      arch.c  \
      arch/thread_win.c arch/thread_posix.c arch/thread_none.c

IF[{- !$disabled{'thread-pool'} -}]
  IF[{- !$disabled{quic} -}]
    SHARED_SOURCE[../../libssl]=$THREADS_ARCH
  ENDIF
  $THREADS=\
        api.c internal.c $THREADS_ARCH
ELSE
  IF[{- !$disabled{quic} -}]
    SOURCE[../../libssl]=$THREADS_ARCH
  ENDIF
  $THREADS=api.c
ENDIF

SOURCE[../../libcrypto]=$THREADS
SOURCE[../../providers/libfips.a]=$THREADS

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

back to top