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

Diff for /src/usr.bin/ssh/ssh-sk.h between version 1.9 and 1.10

version 1.9, 2020/01/06 02:00:47 version 1.10, 2020/01/10 23:43:26
Line 23 
Line 23 
 struct sk_option;  struct sk_option;
   
 /* Version of protocol expected from ssh-sk-helper */  /* Version of protocol expected from ssh-sk-helper */
 #define SSH_SK_HELPER_VERSION           4  #define SSH_SK_HELPER_VERSION           5
   
 /* ssh-sk-helper messages */  /* ssh-sk-helper messages */
 #define SSH_SK_HELPER_ERROR             0       /* Only valid H->C */  #define SSH_SK_HELPER_ERROR             0       /* Only valid H->C */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10