From: Mat Date: Mon, 7 Mar 2016 21:59:13 +0000 (+0100) Subject: GH812: Fix for no-ui build on Windows X-Git-Tag: OpenSSL_1_1_0-pre4~267 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f7c4584b15320d94863daba2996eee21dde23732;p=oweals%2Fopenssl.git GH812: Fix for no-ui build on Windows Add UI to known algorithms in mkdef.pl Signed-off-by: Rich Salz Reviewed-by: Richard Levitte --- diff --git a/util/mkdef.pl b/util/mkdef.pl index 07117e93a9..85781711ef 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -116,6 +116,8 @@ my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF", "SSL_TRACE", # Unit testing "UNIT_TEST", + # User Interface + "UI", # OCB mode "OCB", # APPLINK (win build feature?)