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

Diff for /src/usr.bin/ssh/auth.h between version 1.101 and 1.102

version 1.101, 2020/12/22 00:12:22 version 1.102, 2021/12/19 22:12:07
Line 95 
Line 95 
   
 struct Authmethod {  struct Authmethod {
         char    *name;          char    *name;
         int     (*userauth)(struct ssh *);          char    *synonym;
           int     (*userauth)(struct ssh *, const char *);
         int     *enabled;          int     *enabled;
 };  };
   

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102