Commit 5a4bb0de authored by Matt Caswell's avatar Matt Caswell
Browse files

Clarify the meaning of no-stdio in INSTALL



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4259)

(cherry picked from commit 219b4643)
parent b9377bd0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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.