[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Sat Mar 31 22:29:48 UTC 2018


The branch master has been updated
       via  094925de1ecfcfb8019b21994c45f3dc00ab4e2c (commit)
      from  5585c8495e4c0175450b4ddc75b38eb76f929d34 (commit)


- Log -----------------------------------------------------------------
commit 094925de1ecfcfb8019b21994c45f3dc00ab4e2c
Author: Daniel Bevenius <daniel.bevenius at gmail.com>
Date:   Sat Mar 31 18:29:12 2018 -0400

    Fix minor typo in comment in Configure
    
    Reviewed-by: Kurt Roeckx <kurt at roeckx.be>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/5825)

-----------------------------------------------------------------------

Summary of changes:
 Configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Configure b/Configure
index b06f17f..d1ea061 100755
--- 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",


More information about the openssl-commits mailing list