summaryrefslogtreecommitdiffstats
path: root/compat.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2000-12-03 17:00:47 +0000
committerBen Lindstrom <mouring@eviladmin.org>2000-12-03 17:00:47 +0000
commitd121f613708c3c9c82465b0788550943a918d5c8 (patch)
tree2e1f2364b459a1a7003d4907f4abae63d069634f /compat.h
parentb84815880e453346667d6d2b3f02904674848a7a (diff)
- (bal) More C functions defined in NeXT that are unaccessable without defining -POSIX. - (bal) OpenBSD CVS updates: - markus@cvs.openbsd.org 2000/12/03 11:29:04 [compat.c] remove fallback to SSH_BUG_HMAC now that the drafts are updated - markus@cvs.openbsd.org 2000/12/03 11:27:55 [compat.c] correctly match "2.1.0.pl2 SSH" etc; from pekkas@netcore.fi/bugzilla.redhat - markus@cvs.openbsd.org 2000/12/03 11:15:03 [auth2.c compat.c compat.h sshconnect2.c] support f-secure/ssh.com 2.0.12; ok niels@
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/compat.h b/compat.h
index f14efafa..86e47150 100644
--- a/compat.h
+++ b/compat.h
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* RCSID("$OpenBSD: compat.h,v 1.11 2000/10/14 12:16:56 markus Exp $"); */
+/* RCSID("$OpenBSD: compat.h,v 1.12 2000/12/03 11:15:03 markus Exp $"); */
#ifndef COMPAT_H
#define COMPAT_H
@@ -32,10 +32,11 @@
#define SSH_PROTO_2 0x04
#define SSH_BUG_SIGBLOB 0x01
-#define SSH_BUG_PUBKEYAUTH 0x02
+#define SSH_BUG_PKSERVICE 0x02
#define SSH_BUG_HMAC 0x04
#define SSH_BUG_X11FWD 0x08
#define SSH_OLD_SESSIONID 0x10
+#define SSH_BUG_PKAUTH 0x20
void enable_compat13(void);
void enable_compat20(void);