diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2020-06-01 09:11:38 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2020-06-04 03:03:39 +0200 |
commit | b458423a38a3140ac022ffcffcb332609faccfe3 (patch) | |
tree | 00f747868a77c06e3068387d548039ed36077295 /compat.h | |
parent | upstream: Fix error message on close(2) and add printf format (diff) | |
download | openssh-b458423a38a3140ac022ffcffcb332609faccfe3.tar.xz openssh-b458423a38a3140ac022ffcffcb332609faccfe3.zip |
upstream: Remove now-unused proto_spec and associated definitions.
ok djm@
OpenBSD-Commit-ID: 2e2b18e3aa6ee22a7b69c39f2d3bd679ec35c362
Diffstat (limited to 'compat.h')
-rw-r--r-- | compat.h | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: compat.h,v 1.54 2018/08/13 02:41:05 djm Exp $ */ +/* $OpenBSD: compat.h,v 1.55 2020/06/01 07:11:38 dtucker Exp $ */ /* * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved. @@ -27,11 +27,6 @@ #ifndef COMPAT_H #define COMPAT_H -#define SSH_PROTO_UNKNOWN 0x00 -#define SSH_PROTO_1 0x01 -#define SSH_PROTO_1_PREFERRED 0x02 -#define SSH_PROTO_2 0x04 - #define SSH_BUG_UTF8TTYMODE 0x00000001 #define SSH_BUG_SIGTYPE 0x00000002 /* #define unused 0x00000004 */ @@ -64,7 +59,6 @@ #define SSH_BUG_DHGEX_LARGE 0x40000000 u_int compat_datafellows(const char *); -int proto_spec(const char *); char *compat_cipher_proposal(char *); char *compat_pkalg_proposal(char *); char *compat_kex_proposal(char *); |