[BACK]Return to PROTOCOL.u2f CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/PROTOCOL.u2f between version 1.20 and 1.21

version 1.20, 2020/02/21 00:04:43 version 1.21, 2020/04/28 04:02:29
Line 236 
Line 236 
   
 The middleware library need only expose a handful of functions:  The middleware library need only expose a handful of functions:
   
         #define SSH_SK_VERSION_MAJOR            0x00040000 /* API version */          #define SSH_SK_VERSION_MAJOR            0x00050000 /* API version */
         #define SSH_SK_VERSION_MAJOR_MASK       0xffff0000          #define SSH_SK_VERSION_MAJOR_MASK       0xffff0000
   
         /* Flags */          /* Flags */

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21