From: Mat Date: Sat, 9 Jan 2016 22:55:57 +0000 (+0100) Subject: Adds crypto-mdebug as a valid option X-Git-Tag: OpenSSL_1_1_0-pre2~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e45d39347dc901fa2f8c9bded8d2b3940c103f0;p=thirdparty%2Fopenssl.git Adds crypto-mdebug as a valid option Adds crypto-mdebug as a valid option. Fixes https://github.com/openssl/openssl/issues/537 Signed-off-by: Rich Salz Reviewed-by: Tim Hudson --- diff --git a/Configure b/Configure index c6c68bf11d3..3a5bd8e9de9 100755 --- a/Configure +++ b/Configure @@ -834,6 +834,7 @@ my @disablables = ( "cmac", "cms", "comp", + "crypto-mdebug", "ct", "deprecated", "des",