summaryrefslogtreecommitdiff
path: root/PROTOCOL.u2f
diff options
context:
space:
mode:
Diffstat (limited to 'PROTOCOL.u2f')
-rw-r--r--PROTOCOL.u2f1
1 files changed, 1 insertions, 0 deletions
diff --git a/PROTOCOL.u2f b/PROTOCOL.u2f
index fd0cd0de0..58f75ba28 100644
--- a/PROTOCOL.u2f
+++ b/PROTOCOL.u2f
@@ -249,6 +249,7 @@ The middleware library need only expose a handful of functions:
249 #define SSH_SK_ERR_GENERAL -1 249 #define SSH_SK_ERR_GENERAL -1
250 #define SSH_SK_ERR_UNSUPPORTED -2 250 #define SSH_SK_ERR_UNSUPPORTED -2
251 #define SSH_SK_ERR_PIN_REQUIRED -3 251 #define SSH_SK_ERR_PIN_REQUIRED -3
252 #define SSH_SK_ERR_DEVICE_NOT_FOUND -4
252 253
253 struct sk_enroll_response { 254 struct sk_enroll_response {
254 uint8_t *public_key; 255 uint8_t *public_key;