[openssl-commits] [openssl] OpenSSL_1_0_1-stable update

Rich Salz rsalz at openssl.org
Fri Nov 4 14:45:30 UTC 2016


The branch OpenSSL_1_0_1-stable has been updated
       via  ca88f01d6c84cff55032b0a39a2d128b266b6b7c (commit)
      from  9fca473bf23f50a9fc940cd16c3edf69e753ea75 (commit)


- Log -----------------------------------------------------------------
commit ca88f01d6c84cff55032b0a39a2d128b266b6b7c
Author: Rich Salz <rsalz at openssl.org>
Date:   Fri Nov 4 10:27:47 2016 -0400

    Missed a mention of RT
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/1849)
    (cherry picked from commit 1e62cc12f35408508594be254f40bf9b65d2a3a9)

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

Summary of changes:
 INSTALL | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/INSTALL b/INSTALL
index 679b30d..475ac92 100644
--- a/INSTALL
+++ b/INSTALL
@@ -159,18 +159,18 @@
      OpenSSL binary ("openssl"). The libraries will be built in the top-level
      directory, and the binary will be in the "apps" directory.
 
-     If "make" fails, look at the output.  There may be reasons for
-     the failure that aren't problems in OpenSSL itself (like missing
-     standard headers).  If it is a problem with OpenSSL itself, please
-     report the problem to <openssl-bugs at openssl.org> (note that your
-     message will be recorded in the request tracker publicly readable
-     at https://www.openssl.org/community/index.html#bugs and will be
-     forwarded to a public mailing list). Include the output of "make
-     report" in your message.  Please check out the request tracker. Maybe
-     the bug was already reported or has already been fixed.
-
-     [If you encounter assembler error messages, try the "no-asm"
-     configuration option as an immediate fix.]
+     If the build fails, look at the output.  There may be reasons
+     for the failure that aren't problems in OpenSSL itself (like
+     missing standard headers).  If you are having problems you can
+     get help by sending an email to the openssl-users email list (see
+     https://www.openssl.org/community/mailinglists.html for details). If
+     it is a bug with OpenSSL itself, please open an issue on GitHub, at
+     https://github.com/openssl/openssl/issues. Please review the existing
+     ones first; maybe the bug was already reported or has already been
+     fixed.
+
+     (If you encounter assembler error messages, try the "no-asm"
+     configuration option as an immediate fix.)
 
      Compiling parts of OpenSSL with gcc and others with the system
      compiler will result in unresolved symbols on some systems.


More information about the openssl-commits mailing list