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

Diff for /src/usr.bin/ssh/ssh-sk.c between version 1.17 and 1.18

version 1.17, 2019/11/27 22:32:11 version 1.18, 2019/12/13 19:09:10
Line 456 
Line 456 
 }  }
   
 int  int
 sshsk_sign(const char *provider_path, const struct sshkey *key,  sshsk_sign(const char *provider_path, struct sshkey *key,
     u_char **sigp, size_t *lenp, const u_char *data, size_t datalen,      u_char **sigp, size_t *lenp, const u_char *data, size_t datalen,
     u_int compat)      u_int compat)
 {  {

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18