[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.6 and 1.7

version 1.6, 2019/12/13 19:09:10 version 1.7, 2019/12/30 09:21:16
Line 45 
Line 45 
     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);
   
   /*
    * Enumerates and loads all SSH-compatible resident keys from a security
    * key.
    *
    * Returns 0 on success or a ssherr.h error code on failure.
    */
   int sshsk_load_resident(const char *provider_path, const char *pin,
       struct sshkey ***keysp, size_t *nkeysp);
   
 #endif /* _SSH_SK_H */  #endif /* _SSH_SK_H */
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7