]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Configure: make disabling stuff easier and safer
authorRichard Levitte <levitte@openssl.org>
Tue, 23 Apr 2019 07:41:19 +0000 (09:41 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 23 Apr 2019 10:43:35 +0000 (12:43 +0200)
commit71ef78d71f638c7de893c635ee9b0fd16247c762
tree17bf1941ca03ef42f362d6405862a79b89068a9c
parent4650d10ff6ad1048785a009349c8b5d6e922fc7a
Configure: make disabling stuff easier and safer

Disabling one thing may mean having to disable other things as well.
We already have a process to auto-disable things through cascading,
but that was under-used.

Making the cascading mechanism available through a function to be
called to disable stuff makes it more automatic, and helps us when we
forget how different disabling options affect others.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8812)
Configure