diff options
author | Matt Caswell <matt@openssl.org> | 2017-08-25 15:14:27 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2017-08-25 15:14:27 +0200 |
commit | 219b4643e40ada993730c55ae2c09815f89b4a2d (patch) | |
tree | 61251bd1b82286502dd9abe90a4945d9ee36ef41 /INSTALL | |
parent | Do not lookup zero-length session ID (diff) | |
download | openssl-219b4643e40ada993730c55ae2c09815f89b4a2d.tar.xz openssl-219b4643e40ada993730c55ae2c09815f89b4a2d.zip |
Clarify the meaning of no-stdio in INSTALL
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4259)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |