Adding in curl and openssl repos

This commit is contained in:
2025-08-14 12:09:30 -04:00
parent af2117b574
commit 0ace93e303
21174 changed files with 3607720 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
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 arch/thread_win.c
ENDIF
SOURCE[../../libcrypto]=$THREADS
SOURCE[../../providers/libfips.a]=$THREADS