X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=INSTALL;h=064b2f8b000ac704758e05b2191be07da4fa3aff;hb=e65dfa471a6fd9a4ba6265739039c4da75d75752;hp=3deb7ff9fcc85622ae42e27c02c6081505c04ba3;hpb=cf34d54d82c1e51d018e81a95ea4a70598070eb3;p=oweals%2Fopenssl.git diff --git a/INSTALL b/INSTALL index 3deb7ff9fc..064b2f8b00 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 . + 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.