summaryrefslogtreecommitdiffstats
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorMat <mberchtold@gmail.com>2016-03-07 22:59:13 +0100
committerRich Salz <rsalz@openssl.org>2016-03-07 17:12:17 -0500
commitf7c4584b15320d94863daba2996eee21dde23732 (patch)
treebb28cdf375e40bebb55c4593b0a9f7fe1effdec4 /util/mkdef.pl
parent53c6f12c1247b1e9444acd11ed85fd8afca01830 (diff)
GH812: Fix for no-ui build on Windows
Add UI to known algorithms in mkdef.pl Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-xutil/mkdef.pl2
1 files changed, 2 insertions, 0 deletions
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?)