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:
5585c84
)
Fix minor typo in comment in Configure
author
Daniel Bevenius
<daniel.bevenius@gmail.com>
Sat, 31 Mar 2018 22:29:12 +0000
(18:29 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Sat, 31 Mar 2018 22:29:40 +0000
(18:29 -0400)
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5825)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index b06f17fd0771ae5b513d0373a1cb3449a248df8a..d1ea0618a5058da55560be4e55237560a7e71e03 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-423,7
+423,7
@@
my %deprecated_disablables = (
"ui" => "ui-console",
);
-# All of the following
is disabled by default (RC5 was enabled before 0.9.8)
:
+# All of the following
are disabled by default
:
our %disabled = ( # "what" => "comment"
"asan" => "default",