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

Diff for /src/usr.bin/ssh/sshsig.h between version 1.10 and 1.11

version 1.10, 2021/07/23 03:37:52 version 1.11, 2021/11/27 07:14:46
Line 104 
Line 104 
 int sshsig_find_principals(const char *path, const struct sshkey *sign_key,  int sshsig_find_principals(const char *path, const struct sshkey *sign_key,
     uint64_t verify_time, char **principal);      uint64_t verify_time, char **principal);
   
   /* Find all principals in allowed_keys file matching *principal */
   int sshsig_match_principals(const char *path,
           const char *principal, char ***principalsp, size_t *nprincipalsp);
   
 #endif /* SSHSIG_H */  #endif /* SSHSIG_H */

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