[openssl] master update

Richard Levitte levitte at openssl.org
Tue Apr 28 08:05:01 UTC 2020


The branch master has been updated
       via  f828ba03632e9a8da2e904fae63732f6a71fed1c (commit)
      from  cf076a3fd6b48b631ecbe0db6d2cff13873d0a20 (commit)


- Log -----------------------------------------------------------------
commit f828ba03632e9a8da2e904fae63732f6a71fed1c
Author: Richard Levitte <levitte at openssl.org>
Date:   Mon Apr 27 09:08:36 2020 +0200

    Configure: change all references to INSTALL to INSTALL.md
    
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/11657)

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

Summary of changes:
 Configure | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/Configure b/Configure
index 48ebe4eb83..4a23d26a9b 100755
--- a/Configure
+++ b/Configure
@@ -21,7 +21,7 @@ use OpenSSL::fallback "$FindBin::Bin/external/perl/MODULES.txt";
 use OpenSSL::Glob;
 use OpenSSL::Template;
 
-# see INSTALL for instructions.
+# see INSTALL.md for instructions.
 
 my $orig_death_handler = $SIG{__DIE__};
 $SIG{__DIE__} = \&death_handler;
@@ -1136,7 +1136,8 @@ will not work unless the random generator is seeded manually by the
 application.
 
 Please read the 'Note on random number generation' section in the
-INSTALL instructions and the RAND_DRBG(7) manual page for more details.
+INSTALL.md instructions and the RAND_DRBG(7) manual page for more
+details.
 ============================== WARNING ===============================
 
 _____
@@ -2616,7 +2617,7 @@ print <<"EOF" if ($disabled{threads} eq "unavailable");
 
 The library could not be configured for supporting multi-threaded
 applications as the compiler options required on this system are not known.
-See file INSTALL for details if you need multi-threading.
+See file INSTALL.md for details if you need multi-threading.
 EOF
 
 print <<"EOF" if ($no_shared_warn);
@@ -2641,7 +2642,7 @@ print <<"EOF";
 ***       perl configdata.pm --dump                                ***
 ***                                                                ***
 ***   (If you are new to OpenSSL, you might want to consult the    ***
-***   'Troubleshooting' section in the INSTALL file first)         ***
+***   'Troubleshooting' section in the INSTALL.md file first)      ***
 ***                                                                ***
 **********************************************************************
 EOF
@@ -2661,8 +2662,8 @@ sub death_handler {
     my @message = ( <<"_____", @_ );
 
 Failure!  $build_file wasn't produced.
-Please read INSTALL and associated NOTES files.  You may also have to look over
-your available compiler tool chain or change your configuration.
+Please read INSTALL.md and associated NOTES files.  You may also have to
+look over your available compiler tool chain or change your configuration.
 
 _____
 


More information about the openssl-commits mailing list