[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.12 and 1.13

version 1.12, 2021/02/18 02:15:07 version 1.13, 2021/10/28 02:54:18
Line 64 
Line 64 
         char *application;          char *application;
         struct sk_enroll_response key;          struct sk_enroll_response key;
         uint8_t flags;          uint8_t flags;
           uint8_t *user_id;
           size_t user_id_len;
 };  };
   
 struct sk_option {  struct sk_option {
Line 72 
Line 74 
         uint8_t required;          uint8_t required;
 };  };
   
 #define SSH_SK_VERSION_MAJOR            0x00070000 /* current API version */  #define SSH_SK_VERSION_MAJOR            0x00080000 /* 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.12  
changed lines
  Added in v.1.13