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:32 +0100
commit144e5516149aa2dabfbe17e892eb7048388beca6 (patch)
treeb638186ed03ae2634f23bbe16de8708c34771a93
parent65bc24d8a4207e3bcb81278174a360efc7d93ad5 (diff)
downloadlibssh-144e5516149aa2dabfbe17e892eb7048388beca6.tar.gz
libssh-144e5516149aa2dabfbe17e892eb7048388beca6.tar.xz
libssh-144e5516149aa2dabfbe17e892eb7048388beca6.zip
doc: Add a note about OpenSSL linking
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-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!
+
*/