diff options
author | naddy@openbsd.org <naddy@openbsd.org> | 2017-05-03 21:08:09 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-05-08 09:18:27 +1000 |
commit | 768405fddf64ff83aa6ef701ebb3c1f82d98a2f3 (patch) | |
tree | b06085d43ce03ece262bea0beb1f4407b312c209 /packet.h | |
parent | 1a1b24f8229bf7a21f89df21987433283265527a (diff) |
upstream commit
remove miscellaneous SSH1 leftovers; ok markus@
Upstream-ID: af23696022ae4d45a1abc2fb8b490d8d9dd63b7c
Diffstat (limited to 'packet.h')
-rw-r--r-- | packet.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: packet.h,v 1.78 2017/04/30 23:23:54 djm Exp $ */ | 1 | /* $OpenBSD: packet.h,v 1.79 2017/05/03 21:08:09 naddy Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -93,7 +93,6 @@ void ssh_packet_set_nonblocking(struct ssh *); | |||
93 | int ssh_packet_get_connection_in(struct ssh *); | 93 | int ssh_packet_get_connection_in(struct ssh *); |
94 | int ssh_packet_get_connection_out(struct ssh *); | 94 | int ssh_packet_get_connection_out(struct ssh *); |
95 | void ssh_packet_close(struct ssh *); | 95 | void ssh_packet_close(struct ssh *); |
96 | void ssh_packet_set_encryption_key(struct ssh *, const u_char *, u_int, int); | ||
97 | void ssh_packet_set_input_hook(struct ssh *, ssh_packet_hook_fn *, void *); | 96 | void ssh_packet_set_input_hook(struct ssh *, ssh_packet_hook_fn *, void *); |
98 | 97 | ||
99 | int ssh_packet_is_rekeying(struct ssh *); | 98 | int ssh_packet_is_rekeying(struct ssh *); |