summaryrefslogtreecommitdiff
path: root/sk-api.h
diff options
context:
space:
mode:
Diffstat (limited to 'sk-api.h')
-rw-r--r--sk-api.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sk-api.h b/sk-api.h
index 1ecaa3537..cc32cd4cc 100644
--- a/sk-api.h
+++ b/sk-api.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: sk-api.h,v 1.9 2020/04/28 04:02:29 djm Exp $ */ 1/* $OpenBSD: sk-api.h,v 1.10 2020/08/27 01:08:19 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2019 Google LLC 3 * Copyright (c) 2019 Google LLC
4 * 4 *
@@ -63,6 +63,7 @@ struct sk_resident_key {
63 size_t slot; 63 size_t slot;
64 char *application; 64 char *application;
65 struct sk_enroll_response key; 65 struct sk_enroll_response key;
66 uint8_t flags;
66}; 67};
67 68
68struct sk_option { 69struct sk_option {
@@ -71,7 +72,7 @@ struct sk_option {
71 uint8_t required; 72 uint8_t required;
72}; 73};
73 74
74#define SSH_SK_VERSION_MAJOR 0x00050000 /* current API version */ 75#define SSH_SK_VERSION_MAJOR 0x00060000 /* current API version */
75#define SSH_SK_VERSION_MAJOR_MASK 0xffff0000 76#define SSH_SK_VERSION_MAJOR_MASK 0xffff0000
76 77
77/* Return the version of the middleware API */ 78/* Return the version of the middleware API */