diff options
author | Thiago Suchorski <suchorski@ymail.com> | 2022-09-22 13:27:27 +0200 |
---|---|---|
committer | Dr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com> | 2022-10-09 17:40:29 +0200 |
commit | af33b200da8040c78dbfd8405878190980727171 (patch) | |
tree | b2117a3dc945c00ff9b20bd7d0b6675374480ed1 /NOTES-UNIX.md | |
parent | Fix older clang warning on initialization (diff) | |
download | openssl-af33b200da8040c78dbfd8405878190980727171.tar.xz openssl-af33b200da8040c78dbfd8405878190980727171.zip |
Fixed some grammar and spelling
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/19262)
Diffstat (limited to 'NOTES-UNIX.md')
-rw-r--r-- | NOTES-UNIX.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NOTES-UNIX.md b/NOTES-UNIX.md index 293793b605..fa52de68ab 100644 --- a/NOTES-UNIX.md +++ b/NOTES-UNIX.md @@ -101,14 +101,14 @@ Notes for UNIX-like platforms shared library face exactly the same problem with non-default locations. The OpenSSL config options mentioned above might or might not have bearing on linking of the target application. "Might" means that under some - circumstances it would be sufficient to link with OpenSSL shared library + circumstances, it would be sufficient to link with OpenSSL shared library "naturally", i.e. with `-L/whatever/path -lssl -lcrypto`. But there are also cases when you'd have to explicitly specify runtime search path when linking your application. Consult your system documentation and use above section as inspiration... Shared OpenSSL builds also install static libraries. Linking with the - latter is likely to require special care, because linkers usually look + latter is likely to require special care because linkers usually look for shared libraries first and tend to remain "blind" to static OpenSSL libraries. Referring to system documentation would suffice, if not for a corner case. On AIX static libraries (in shared build) are named |