]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix minor typo in comment in Configure
authorDaniel Bevenius <daniel.bevenius@gmail.com>
Sat, 31 Mar 2018 22:29:12 +0000 (18:29 -0400)
committerRich 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

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",