X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=INSTALL;h=9ea1f115138fd0f1ee6ba70c88c297e190e948af;hb=bf9d6bb83d009923ceb65753c6dd9fa880e8ba92;hp=6f04dbd7c14d9246f3a68fcedd3414c53aadbcde;hpb=7c03bb9fff02b7f08d4654f51f8667584a92cf72;p=oweals%2Fopenssl.git diff --git a/INSTALL b/INSTALL index 6f04dbd7c1..9ea1f11513 100644 --- a/INSTALL +++ b/INSTALL @@ -145,7 +145,10 @@ Don't build with support for deprecated APIs below the specified version number. For example "--api=1.1.0" will remove support for all APIS that were deprecated in OpenSSL - version 1.1.0 or below. + version 1.1.0 or below. This is a rather specialized option + for developers. If you just intend to remove all deprecated + APIs entirely (up to the current version), it is easier + to add the 'no-deprecated' option instead (see below). --cross-compile-prefix=PREFIX The PREFIX to include in front of commands for your @@ -239,7 +242,7 @@ source exists. getrandom: Use the L or equivalent system call. - devrandom: Use the the first device from the DEVRANDOM list + devrandom: Use the first device from the DEVRANDOM list which can be opened to read random bytes. The DEVRANDOM preprocessor constant expands to "/dev/urandom","/dev/random","/dev/srandom" on