[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.9 and 1.10

version 1.9, 2020/04/28 04:02:29 version 1.10, 2020/08/27 01:08:19
Line 61 
Line 61 
         size_t slot;          size_t slot;
         char *application;          char *application;
         struct sk_enroll_response key;          struct sk_enroll_response key;
           uint8_t flags;
 };  };
   
 struct sk_option {  struct sk_option {
Line 69 
Line 70 
         uint8_t required;          uint8_t required;
 };  };
   
 #define SSH_SK_VERSION_MAJOR            0x00050000 /* current API version */  #define SSH_SK_VERSION_MAJOR            0x00060000 /* 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.9  
changed lines
  Added in v.1.10