[openssl-commits] [openssl] master update

matthias.st.pierre at ncp-e.com matthias.st.pierre at ncp-e.com
Fri Oct 26 10:46:45 UTC 2018


The branch master has been updated
       via  41349b5e6dbd72bfbeaf3cf189d64914240628e3 (commit)
      from  8817215d5c52a76f2b184b624bde4df8556dee6d (commit)


- Log -----------------------------------------------------------------
commit 41349b5e6dbd72bfbeaf3cf189d64914240628e3
Author: Dr. Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
Date:   Thu Oct 25 23:31:24 2018 +0200

    Configure: Reword the summary output
    
    In commit 820e414d2830 (pr #5247) the summary output of the
    Configure command was optimized towards instructing people
    how to create issue reports.
    
    It turned out that the wording of this message can confuse new
    OpenSSL users and make them think that they are seeing an error
    message. This commit makes the summary output start with a success
    to prevent a misunderstanding. Also it gives more hints to new
    OpenSSL users.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/7499)

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

Summary of changes:
 Configure | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/Configure b/Configure
index 2e81640..732220e 100755
--- a/Configure
+++ b/Configure
@@ -2799,10 +2799,16 @@ print <<"EOF";
 
 **********************************************************************
 ***                                                                ***
-***   If you want to report a building issue, please include the   ***
-***   output from this command:                                    ***
+***   OpenSSL has been successfully configured                     ***
 ***                                                                ***
-***     perl configdata.pm --dump                                  ***
+***   If you encounter a problem while building, please open an    ***
+***   issue on GitHub <https://github.com/openssl/openssl/issues>  ***
+***   and include the output from the following command:           ***
+***                                                                ***
+***       perl configdata.pm --dump                                ***
+***                                                                ***
+***   (If you are new to OpenSSL, you might want to consult the    ***
+***   'Troubleshooting' section in the INSTALL file first)         ***
 ***                                                                ***
 **********************************************************************
 EOF


More information about the openssl-commits mailing list