diff options
author | 2017-05-03 21:08:09 +0000 | |
---|---|---|
committer | 2017-05-03 21:08:09 +0000 | |
commit | d6d98383b185fe01fa6c86505741cd6d1fc9580c (patch) | |
tree | eb2fbba939d9d811a78a8cfc3346fc2e1abc1e86 /usr.bin/ssh/packet.h | |
parent | Provide a function to dispose of a list of mbufs on dequeue (diff) | |
download | wireguard-openbsd-d6d98383b185fe01fa6c86505741cd6d1fc9580c.tar.xz wireguard-openbsd-d6d98383b185fe01fa6c86505741cd6d1fc9580c.zip |
remove miscellaneous SSH1 leftovers; ok markus@
Diffstat (limited to 'usr.bin/ssh/packet.h')
-rw-r--r-- | usr.bin/ssh/packet.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/packet.h b/usr.bin/ssh/packet.h index d8695465e56..d46424c63d0 100644 --- a/usr.bin/ssh/packet.h +++ b/usr.bin/ssh/packet.h @@ -1,4 +1,4 @@ -/* $OpenBSD: packet.h,v 1.78 2017/04/30 23:23:54 djm Exp $ */ +/* $OpenBSD: packet.h,v 1.79 2017/05/03 21:08:09 naddy Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -79,7 +79,6 @@ void ssh_packet_set_nonblocking(struct ssh *); int ssh_packet_get_connection_in(struct ssh *); int ssh_packet_get_connection_out(struct ssh *); void ssh_packet_close(struct ssh *); -void ssh_packet_set_encryption_key(struct ssh *, const u_char *, u_int, int); void ssh_packet_set_input_hook(struct ssh *, ssh_packet_hook_fn *, void *); int ssh_packet_is_rekeying(struct ssh *); |