projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53c6f12
)
GH812: Fix for no-ui build on Windows
author
Mat
<mberchtold@gmail.com>
Mon, 7 Mar 2016 21:59:13 +0000
(22:59 +0100)
committer
Rich Salz
<rsalz@openssl.org>
Mon, 7 Mar 2016 22:12:17 +0000
(17:12 -0500)
Add UI to known algorithms in mkdef.pl
Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
util/mkdef.pl
patch
|
blob
|
history
diff --git
a/util/mkdef.pl
b/util/mkdef.pl
index 07117e93a998ba0fb24421b3fa48f12fb53bf4e5..85781711ef676af76f0679d1a78c51e40701f3c9 100755
(executable)
--- 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?)