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:
488 bytes
|
Line | |
---|
1 | LIBS=../../libcrypto
|
---|
2 |
|
---|
3 | $THREADS_ARCH=\
|
---|
4 | arch.c \
|
---|
5 | arch/thread_win.c arch/thread_posix.c arch/thread_none.c
|
---|
6 |
|
---|
7 | IF[{- !$disabled{'thread-pool'} -}]
|
---|
8 | IF[{- !$disabled{quic} -}]
|
---|
9 | SHARED_SOURCE[../../libssl]=$THREADS_ARCH
|
---|
10 | ENDIF
|
---|
11 | $THREADS=\
|
---|
12 | api.c internal.c $THREADS_ARCH
|
---|
13 | ELSE
|
---|
14 | IF[{- !$disabled{quic} -}]
|
---|
15 | SOURCE[../../libssl]=$THREADS_ARCH
|
---|
16 | ENDIF
|
---|
17 | $THREADS=api.c arch/thread_win.c
|
---|
18 | ENDIF
|
---|
19 |
|
---|
20 | SOURCE[../../libcrypto]=$THREADS
|
---|
21 | SOURCE[../../providers/libfips.a]=$THREADS
|
---|
Note:
See
TracBrowser
for help on using the repository browser.