summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat <mberchtold@gmail.com>2016-01-09 23:55:57 +0100
committerRich Salz <rsalz@openssl.org>2016-01-09 19:02:41 -0500
commit3e45d39347dc901fa2f8c9bded8d2b3940c103f0 (patch)
tree143c77f55c823ecc6a3848b9d422406b1f755378
parent85d7bdf03614334a52984df889146286f6e5720d (diff)
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 <rsalz@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org>
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
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",