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/ssh.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/ssh.h')
-rw-r--r-- | usr.bin/ssh/ssh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.h b/usr.bin/ssh/ssh.h index 77c156a0fc4..d562405a0a2 100644 --- a/usr.bin/ssh/ssh.h +++ b/usr.bin/ssh/ssh.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.h,v 1.85 2017/04/30 23:28:12 djm Exp $ */ +/* $OpenBSD: ssh.h,v 1.86 2017/05/03 21:08:09 naddy Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -47,7 +47,7 @@ #define PROTOCOL_MAJOR_1 1 #define PROTOCOL_MINOR_1 5 -/* We support both SSH2 */ +/* We support only SSH2 */ #define PROTOCOL_MAJOR_2 2 #define PROTOCOL_MINOR_2 0 |