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>
This commit is contained in:
Mat
2016-03-07 22:59:13 +01:00
committed by Rich Salz
parent 53c6f12c12
commit f7c4584b15

View File

@@ -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?)