diff options
author | 2016-08-13 17:47:40 +0000 | |
---|---|---|
committer | 2016-08-13 17:47:40 +0000 | |
commit | 3d9665d37aa51c2dc485f3dee2c98663a76b316b (patch) | |
tree | 9e8202cd739f0e548e001e8775b870ec962b6585 /usr.bin/ssh/session.h | |
parent | As the relevant struct's (e.g. tcpstat) use [u_]int64_t types, the (diff) | |
download | wireguard-openbsd-3d9665d37aa51c2dc485f3dee2c98663a76b316b.tar.xz wireguard-openbsd-3d9665d37aa51c2dc485f3dee2c98663a76b316b.zip |
remove ssh1 server code; ok djm@
Diffstat (limited to 'usr.bin/ssh/session.h')
-rw-r--r-- | usr.bin/ssh/session.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/session.h b/usr.bin/ssh/session.h index f18eaf329d7..98e1dafee2b 100644 --- a/usr.bin/ssh/session.h +++ b/usr.bin/ssh/session.h @@ -1,4 +1,4 @@ -/* $OpenBSD: session.h,v 1.32 2016/03/07 19:02:43 djm Exp $ */ +/* $OpenBSD: session.h,v 1.33 2016/08/13 17:47:41 markus Exp $ */ /* * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. @@ -51,7 +51,6 @@ struct Session { char *auth_data; int single_connection; - /* proto 2 */ int chanid; int *x11_chanids; int is_subsystem; |