summaryrefslogtreecommitdiffstats
path: root/ssl/build.info
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-02-21 10:18:59 +0000
committerHugo Landau <hlandau@openssl.org>2023-03-30 11:14:08 +0100
commit9f7acf071c363ed8cb5012e122e1e60447b45c78 (patch)
tree1b5c2a20cd4263b6b23bb8bec5c3ff0790e27192 /ssl/build.info
parent4a530180e5b9921bc3d1b5228d9be96f2a0b4b07 (diff)
QUIC Thread Assist Core
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20348)
Diffstat (limited to 'ssl/build.info')
-rw-r--r--ssl/build.info9
1 files changed, 9 insertions, 0 deletions
diff --git a/ssl/build.info b/ssl/build.info
index 00e9e8fd7d..4b43a4ce01 100644
--- a/ssl/build.info
+++ b/ssl/build.info
@@ -33,4 +33,13 @@ ENDIF
IF[{- !$disabled{quic} -}]
SOURCE[../libssl]=priority_queue.c event_queue.c
+
+ IF[{- !$disabled{'thread-pool'} -}]
+ SHARED_SOURCE[../libssl]=\
+ ../crypto/thread/arch/thread_posix.c \
+ ../crypto/thread/arch/thread_win.c \
+ ../crypto/thread/arch/thread_none.c \
+ ../crypto/thread/arch.c
+ ENDIF
+
ENDIF