summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorNeil Horman <nhorman@openssl.org>2024-04-11 15:45:34 -0400
committerNeil Horman <nhorman@openssl.org>2024-04-12 08:02:20 -0400
commit693071c088c0a93d84d3327a2477ab456fd8ca8e (patch)
treec79b664476e054582211041fcbd3de060554fc76 /Configure
parent6195c08d10484a79128cfba6cdbe9121f4247398 (diff)
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 <nic.tuv@gmail.com> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from https://github.com/openssl/openssl/pull/24047)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 4 insertions, 0 deletions
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",