aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2019-03-13 10:36:03 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-03-13 10:36:42 +0100
commite981113ee1c28abd0f3e23dfd18597d733198ba6 (patch)
tree0db96ff34922b9ea815731dba7e964f1c3e4f694
parent3736a0367bf3d7e0bdf61922a593b2facbc347a8 (diff)
downloadlibssh-e981113ee1c28abd0f3e23dfd18597d733198ba6.tar.gz
libssh-e981113ee1c28abd0f3e23dfd18597d733198ba6.tar.xz
libssh-e981113ee1c28abd0f3e23dfd18597d733198ba6.zip
doc: Add a note about OpenSSL linking
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit 144e5516149aa2dabfbe17e892eb7048388beca6)
-rw-r--r--doc/linking.dox3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/linking.dox b/doc/linking.dox
index 8cbc415c..042086e6 100644
--- a/doc/linking.dox
+++ b/doc/linking.dox
@@ -27,4 +27,7 @@ the dllimport attribute.
#include <libssh/libssh.h>
@endcode
+If you're are statically linking with OpenSSL, read the "Linking your
+application" section in the NOTES.<OS> in the OpenSSL source tree!
+
*/