Skip to content

Commit 27fa563

Browse files
committed
patch libssh2 to use openssl on windows
1 parent a9080f8 commit 27fa563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vendor/libssh2/win32/libssh2_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define HAVE_GETTIMEOFDAY
1919
#endif /* __MINGW32__ */
2020

21-
#define HAVE_LIBCRYPT32
21+
#define LIBSSH2_OPENSSL
2222
#define HAVE_WINSOCK2_H
2323
#define HAVE_IOCTLSOCKET
2424
#define HAVE_SELECT

0 commit comments

Comments
 (0)