summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r--include/libssh/libssh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index 9e6fd0b0..ed64ecaf 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -129,7 +129,7 @@ typedef int socket_t;
#endif
#endif /* _WIN32 */
-#define INVALID_SOCKET_T ((socket_t) -1)
+#define SSH_INVALID_SOCKET ((socket_t) -1)
/* the offsets of methods */
enum ssh_kex_types_e {