summaryrefslogtreecommitdiffstats
path: root/kex.h
diff options
context:
space:
mode:
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/kex.h b/kex.h
index 07cec477f..0c405e33c 100644
--- a/kex.h
+++ b/kex.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: kex.h,v 1.110 2020/10/03 08:11:28 djm Exp $ */
+/* $OpenBSD: kex.h,v 1.111 2020/10/07 02:22:23 djm Exp $ */
/*
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -105,10 +105,8 @@ enum kex_exchange {
KEX_MAX
};
-/* kex->flags values */
-#define KEX_INIT_SENT 0x0001 /* KEXINIT sent */
-#define KEX_INITIAL 0x0002 /* Initial KEX, not rekey */
-#define KEX_HOSTCERT_CONVERT 0x0004 /* Client downgraded hostcert->plain */
+#define KEX_INIT_SENT 0x0001
+#define KEX_INITIAL 0x0002
struct sshenc {
char *name;