From 693071c088c0a93d84d3327a2477ab456fd8ca8e Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Thu, 11 Apr 2024 15:45:34 -0400 Subject: disable http3 demo on windows The external nghttp3 library seems to have a linking issue on windows (several missing symbols). Disable that build in windows for now until its fixed Reviewed-by: Nicola Tuveri Reviewed-by: Tim Hudson Reviewed-by: Paul Dale Reviewed-by: Tom Cosgrove (Merged from https://github.com/openssl/openssl/pull/24047) --- demos/build.info | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'demos') diff --git a/demos/build.info b/demos/build.info index 49484653f4..5822f9bfec 100644 --- a/demos/build.info +++ b/demos/build.info @@ -1,8 +1,10 @@ SUBDIRS=bio cipher digest keyexch mac kdf pkey signature \ encrypt encode sslecho -IF[{- !$disabled{"quic"} -}] - SUBDIRS=http3 +IF[{- !$disabled{"h3demo"} -}] + IF[{- !$disabled{"quic"} -}] + SUBDIRS=http3 + ENDIF ENDIF IF[{- !$disabled{"cms"} -}] -- cgit v1.2.3