X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Configure;h=708594a7e5ccc80634cebc85513cba9783b2949f;hb=f281b8df704ce0123fa2193f2890a25da1756528;hp=1369f592dc823d2da43b844aa175ee13542f5143;hpb=a4b8457db9974802167785f1a8eab35d2a8796d3;p=oweals%2Fopenssl.git diff --git a/Configure b/Configure index 1369f592dc..708594a7e5 100755 --- a/Configure +++ b/Configure @@ -854,6 +854,11 @@ PROCESS_ARGS: { $disabled{"tls1"} = "option(tls)" } + elsif ($1 eq "ssl3-method") + { + $disabled{"ssl3-method"} = "option(ssl)"; + $disabled{"ssl3"} = "option(ssl)"; + } else { $disabled{$1} = "option";