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) --- Configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Configure') diff --git a/Configure b/Configure index 3c3909cfe5..cef9e8c3e6 100755 --- a/Configure +++ b/Configure @@ -79,6 +79,8 @@ EOF # support isn't compiled. # # enable-demos Enable the building of the example code in the demos directory +# enable-h3demo Enable the http3 demo, which currently only links to the +# external nghttp3 library on unix platforms # no-hw do not compile support for any crypto hardware. # [no-]threads [don't] try to create a library that is suitable for # multithreaded applications (default is "threads" if we @@ -446,6 +448,7 @@ my @disablables = ( "ct", "default-thread-pool", "demos", + "h3demo", "deprecated", "des", "devcryptoeng", @@ -574,6 +577,7 @@ our %disabled = ( # "what" => "comment" "crypto-mdebug" => "default", "crypto-mdebug-backtrace" => "default", "demos" => "default", + "h3demo" => "default", "devcryptoeng" => "default", "ec_nistp_64_gcc_128" => "default", "egd" => "default", -- cgit v1.2.3