[BACK]Return to sk-api.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sk-api.h between version 1.13 and 1.14

version 1.13, 2021/10/28 02:54:18 version 1.14, 2021/11/02 22:56:40
Line 37 
Line 37 
 #define SSH_SK_ERR_DEVICE_NOT_FOUND     -4  #define SSH_SK_ERR_DEVICE_NOT_FOUND     -4
   
 struct sk_enroll_response {  struct sk_enroll_response {
           uint8_t flags;
         uint8_t *public_key;          uint8_t *public_key;
         size_t public_key_len;          size_t public_key_len;
         uint8_t *key_handle;          uint8_t *key_handle;
Line 74 
Line 75 
         uint8_t required;          uint8_t required;
 };  };
   
 #define SSH_SK_VERSION_MAJOR            0x00080000 /* current API version */  #define SSH_SK_VERSION_MAJOR            0x00090000 /* current API version */
 #define SSH_SK_VERSION_MAJOR_MASK       0xffff0000  #define SSH_SK_VERSION_MAJOR_MASK       0xffff0000
   
 /* Return the version of the middleware API */  /* Return the version of the middleware API */

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14