doc: Add a note about OpenSSL linking

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 144e551614)
This commit is contained in:
Andreas Schneider
2019-03-13 10:36:03 +01:00
parent 3736a0367b
commit e981113ee1

View File

@@ -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!
*/