aboutsummaryrefslogtreecommitdiff
path: root/libssh/channels1.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/channels1.c')
-rw-r--r--libssh/channels1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libssh/channels1.c b/libssh/channels1.c
index 7042f09f..db8f6b60 100644
--- a/libssh/channels1.c
+++ b/libssh/channels1.c
@@ -29,7 +29,7 @@
#include "libssh/priv.h"
#include "libssh/ssh1.h"
-#ifdef HAVE_SSH1
+#ifdef WITH_SSH1
/*
* This is a big hack. In fact, SSH1 doesn't make a clever use of channels.
@@ -301,5 +301,5 @@ int channel_write1(CHANNEL *channel, const void *data, int len) {
return origlen;
}
-#endif /* HAVE_SSH1 */
+#endif /* WITH_SSH1 */
/* vim: set ts=2 sw=2 et cindent: */