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: https://git.librecmc.org/?a=commitdiff_plain;h=3e45d39347dc901fa2f8c9bded8d2b3940c103f0;p=oweals%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 c6c68bf11d..3a5bd8e9de 100755 --- a/Configure +++ b/Configure @@ -834,6 +834,7 @@ my @disablables = ( "cmac", "cms", "comp", + "crypto-mdebug", "ct", "deprecated", "des",