[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Matt Caswell
matt at openssl.org
Fri Aug 25 13:36:17 UTC 2017
The branch OpenSSL_1_1_0-stable has been updated
via 3bd605fd7a35f502e754527394611f103980dd08 (commit)
via 5a4bb0de9e8cc4562f3ef34676b81f66843304fc (commit)
from b9377bd080108beba7231eeb5ea21bb50a20f651 (commit)
- Log -----------------------------------------------------------------
commit 3bd605fd7a35f502e754527394611f103980dd08
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)
(cherry picked from commit 0a8ddc17f57691c8e2e2446c4126fb4133d07d21)
commit 5a4bb0de9e8cc4562f3ef34676b81f66843304fc
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)
(cherry picked from commit 219b4643e40ada993730c55ae2c09815f89b4a2d)
-----------------------------------------------------------------------
Summary of changes:
INSTALL | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/INSTALL b/INSTALL
index b03643f..3e21cc2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -408,8 +408,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.
@@ -678,7 +679,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.
4. If everything tests ok, install OpenSSL with
More information about the openssl-commits
mailing list