From: Andy Polyakov Date: Tue, 8 Oct 2013 21:41:31 +0000 (+0200) Subject: Configure: recognize experimental-multiblock. X-Git-Tag: master-post-reformat~1145 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=2d752737c53d0cf4953c11551d6d2a9df3655329;hp=78038e095fcd0c1f849cfdcb0ff20b00f8d0223f Configure: recognize experimental-multiblock. --- diff --git a/Configure b/Configure index c2cefa326d..dac7183f69 100755 --- a/Configure +++ b/Configure @@ -725,6 +725,7 @@ my %disabled = ( # "what" => "comment" [or special keyword "experimental "gmp" => "default", "jpake" => "experimental", "md2" => "default", + "multiblock" => "experimental", "rc5" => "default", "rfc3779" => "default", "sctp" => "default",