summaryrefslogtreecommitdiff
path: root/opacket.h
diff options
context:
space:
mode:
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) \