summaryrefslogtreecommitdiff
path: root/opacket.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-08-06 10:49:59 +0100
committerColin Watson <cjwatson@debian.org>2016-08-07 12:18:58 +0100
commit477bb7636238c106f8cd7c868a8c0c5eabcfb3db (patch)
tree601176af2ecf358c36b766776a86845ad7a3cd6f /opacket.h
parent747fac2de0d889183f67f6900194c0462c558544 (diff)
parent4c914ccd85bbf391c4dc61b85e3c178fef465e3f (diff)
New upstream release (7.3p1).
Diffstat (limited to 'opacket.h')
-rw-r--r--opacket.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/opacket.h b/opacket.h
index c26ade44c..16322ec6f 100644
--- a/opacket.h
+++ b/opacket.h
@@ -144,10 +144,6 @@ void packet_disconnect(const char *, ...)
144 ssh_packet_get_state(active_state, m) 144 ssh_packet_get_state(active_state, m)
145#define packet_set_state(m) \ 145#define packet_set_state(m) \
146 ssh_packet_set_state(active_state, m) 146 ssh_packet_set_state(active_state, m)
147#if 0
148#define get_remote_ipaddr() \
149 ssh_remote_ipaddr(active_state)
150#endif
151#define packet_get_raw(lenp) \ 147#define packet_get_raw(lenp) \
152 sshpkt_ptr(active_state, lenp) 148 sshpkt_ptr(active_state, lenp)
153#define packet_get_ecpoint(c,p) \ 149#define packet_get_ecpoint(c,p) \