1
1

doc: Add a note about OpenSSL linking

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Andreas Schneider 2019-03-13 10:36:03 +01:00
родитель 65bc24d8a4
Коммит 144e551614

Просмотреть файл

@ -27,4 +27,7 @@ the dllimport attribute.
#include <libssh/libssh.h> #include <libssh/libssh.h>
@endcode @endcode
If you're are statically linking with OpenSSL, read the "Linking your
application" section in the NOTES.<OS> in the OpenSSL source tree!
*/ */