[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Fri Aug 25 13:36:04 UTC 2017


The branch master has been updated
       via  0a8ddc17f57691c8e2e2446c4126fb4133d07d21 (commit)
       via  219b4643e40ada993730c55ae2c09815f89b4a2d (commit)
      from  0afca8113e81e8cd6f0f891f7f6ebfc5f14489db (commit)


- Log -----------------------------------------------------------------
commit 0a8ddc17f57691c8e2e2446c4126fb4133d07d21
Author: Matt Caswell <matt at openssl.org>
Date:   Fri Aug 25 14:16:20 2017 +0100

    Fix description of how to report a bug in INSTALL
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4259)

commit 219b4643e40ada993730c55ae2c09815f89b4a2d
Author: Matt Caswell <matt at openssl.org>
Date:   Fri Aug 25 14:14:27 2017 +0100

    Clarify the meaning of no-stdio in INSTALL
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4259)

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

Summary of changes:
 INSTALL | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/INSTALL b/INSTALL
index 3deb7ff..064b2f8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -412,8 +412,9 @@
                    has an impact when not built "shared".
 
   no-stdio
-                   Don't use any C "stdio" features. Only libcrypto and libssl
-                   can be built in this way. Using this option will suppress
+                   Don't use anything from the C header file "stdio.h" that
+                   makes use of the "FILE" type. Only libcrypto and libssl can
+                   be built in this way. Using this option will suppress
                    building the command line applications. Additionally since
                    the OpenSSL tests also use the command line applications the
                    tests will also be skipped.
@@ -703,7 +704,8 @@
      compiler optimization flags from the CFLAGS line in Makefile and
      run "make clean; make" or corresponding.
 
-     Please send bug reports to <rt at openssl.org>.
+     To report a bug please open an issue on GitHub, at
+     https://github.com/openssl/openssl/issues.
 
      For more details on how the make variables TESTS can be used,
      see section TESTS in Detail below.


More information about the openssl-commits mailing list