diff options
author | Daniel Bevenius <daniel.bevenius@gmail.com> | 2018-04-01 00:29:12 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2018-04-01 00:29:40 +0200 |
commit | 094925de1ecfcfb8019b21994c45f3dc00ab4e2c (patch) | |
tree | 404db980e2699ca41f5affaef1b2dcbc0705110e /Configure | |
parent | Remove -Wmisleading-indentation from gcc devteam warning options (diff) | |
download | openssl-094925de1ecfcfb8019b21994c45f3dc00ab4e2c.tar.xz openssl-094925de1ecfcfb8019b21994c45f3dc00ab4e2c.zip |
Fix minor typo in comment in Configure
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5825)
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |