summaryrefslogtreecommitdiff
path: root/sk-api.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-06-07 10:19:24 +0100
committerColin Watson <cjwatson@debian.org>2020-06-07 11:03:12 +0100
commit30337f8b66c66af6b368d1e3c789e75f1247176c (patch)
tree17e0b8652fea31c04faa19ffc4cd088552ee473a /sk-api.h
parentaef2be11c5ea90bc66e774923e6570213e54c195 (diff)
parent39b8d128ef980a410bb1ea0ee80e95ac9fff59c3 (diff)
New upstream release (8.3p1)
Also update GSSAPI key exchange patch from https://github.com/openssh-gsskex/openssh-gsskex.
Diffstat (limited to 'sk-api.h')
-rw-r--r--sk-api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sk-api.h b/sk-api.h
index 170fd4470..1ecaa3537 100644
--- a/sk-api.h
+++ b/sk-api.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: sk-api.h,v 1.8 2020/01/25 23:13:09 djm Exp $ */ 1/* $OpenBSD: sk-api.h,v 1.9 2020/04/28 04:02:29 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2019 Google LLC 3 * Copyright (c) 2019 Google LLC
4 * 4 *
@@ -71,7 +71,7 @@ struct sk_option {
71 uint8_t required; 71 uint8_t required;
72}; 72};
73 73
74#define SSH_SK_VERSION_MAJOR 0x00040000 /* current API version */ 74#define SSH_SK_VERSION_MAJOR 0x00050000 /* current API version */
75#define SSH_SK_VERSION_MAJOR_MASK 0xffff0000 75#define SSH_SK_VERSION_MAJOR_MASK 0xffff0000
76 76
77/* Return the version of the middleware API */ 77/* Return the version of the middleware API */