summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorNeil Horman <nhorman@openssl.org>2024-04-05 22:20:54 -0400
committerNeil Horman <nhorman@openssl.org>2024-04-12 08:02:19 -0400
commit7a7fbeb924a0b94459211ed3122050c07ebd20de (patch)
tree2b8ed2a74bcef428433241171fa7294cb42c58d5 /Configure
parent2000281dad3111407092e8ea4b23996d65988500 (diff)
fix all the warnings in our demos and make them enableable
Fix up the warnings in the demos and make them configurable with enable-demos 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 3b6617c177..3c3909cfe5 100755
--- a/Configure
+++ b/Configure
@@ -77,6 +77,8 @@ EOF
# Generic OpenSSL-style methods relating to this support
# are always compiled but return NULL if the hardware
# support isn't compiled.
+#
+# enable-demos Enable the building of the example code in the demos directory
# 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
@@ -443,6 +445,7 @@ my @disablables = (
"crypto-mdebug",
"ct",
"default-thread-pool",
+ "demos",
"deprecated",
"des",
"devcryptoeng",
@@ -570,6 +573,7 @@ our %disabled = ( # "what" => "comment"
"buildtest-c++" => "default",
"crypto-mdebug" => "default",
"crypto-mdebug-backtrace" => "default",
+ "demos" => "default",
"devcryptoeng" => "default",
"ec_nistp_64_gcc_128" => "default",
"egd" => "default",