[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.35 and 1.36

version 1.35, 2002/03/19 10:35:39 version 1.36, 2002/05/12 23:53:45
Line 133 
Line 133 
 void    userauth_finish(Authctxt *, int, char *);  void    userauth_finish(Authctxt *, int, char *);
 int     auth_root_allowed(char *);  int     auth_root_allowed(char *);
   
   char    *auth2_read_banner(void);
   
 void    privsep_challenge_enable(void);  void    privsep_challenge_enable(void);
   
 int     auth2_challenge(Authctxt *, char *);  int     auth2_challenge(Authctxt *, char *);

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36