summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-12-18 15:39:50 +0100
committerRichard Levitte <levitte@openssl.org>2020-12-19 17:02:12 +0100
commite3577adddf6bc4f0d9d202621a2c576d982d6f0a (patch)
treed674c7535739a93f027ca1c10ca31a4501e0b3a2 /Configure
parent6ed4022cd1e4b066ddc6131ca659d8a260944a76 (diff)
downloadopenssl-new-e3577adddf6bc4f0d9d202621a2c576d982d6f0a.tar.gz
GitHub CI: Separate no-deprecated job from minimal job
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13706)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 27dafe3d25..064171bbf9 100755
--- a/Configure
+++ b/Configure
@@ -540,7 +540,7 @@ our %disabled = ( # "what" => "comment"
# Note: => pair form used for aesthetics, not to truly make a hash table
my @disable_cascades = (
# "what" => [ "cascade", ... ]
- "bulk" => [ "deprecated", "shared", "dso",
+ "bulk" => [ "shared", "dso",
"aria", "async", "autoload-config",
"blake2", "bf", "camellia", "cast", "chacha",
"cmac", "cms", "cmp", "comp", "ct",