summaryrefslogtreecommitdiff
path: root/compat.h
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2020-06-01 07:11:38 +0000
committerDarren Tucker <dtucker@dtucker.net>2020-06-04 11:03:39 +1000
commitb458423a38a3140ac022ffcffcb332609faccfe3 (patch)
tree00f747868a77c06e3068387d548039ed36077295 /compat.h
parent5ad3c3a33ef038b55a14ebd31faeeec46073db2c (diff)
downloadopenssh-git-b458423a38a3140ac022ffcffcb332609faccfe3.tar.gz
upstream: Remove now-unused proto_spec and associated definitions.
ok djm@ OpenBSD-Commit-ID: 2e2b18e3aa6ee22a7b69c39f2d3bd679ec35c362
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/compat.h b/compat.h
index d611d33e..66db42cc 100644
--- a/compat.h
+++ b/compat.h
@@ -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 *);