From 7a7fbeb924a0b94459211ed3122050c07ebd20de Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Fri, 5 Apr 2024 22:20:54 -0400 Subject: 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 Reviewed-by: Tim Hudson Reviewed-by: Paul Dale Reviewed-by: Tom Cosgrove (Merged from https://github.com/openssl/openssl/pull/24047) --- build.info | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'build.info') diff --git a/build.info b/build.info index ad780336d4..fdab98c103 100644 --- a/build.info +++ b/build.info @@ -1,10 +1,13 @@ # Note that some of these directories are filtered in Configure. Look for # %skipdir there for further explanations. -SUBDIRS=crypto ssl apps util tools fuzz providers doc demos +SUBDIRS=crypto ssl apps util tools fuzz providers doc IF[{- !$disabled{tests} -}] SUBDIRS=test ENDIF +IF[{- !$disabled{demos} -}] + SUBDIRS=demos +ENDIF IF[{- !$disabled{'deprecated-3.0'} -}] SUBDIRS=engines ENDIF -- cgit v1.2.3