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:
@@ -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?)
|
||||
|
||||
Reference in New Issue
Block a user