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

Diff for /src/usr.bin/ssh/auth2.c between version 1.66 and 1.67

version 1.66, 2001/06/23 15:12:17 version 1.67, 2001/06/25 20:26:37
Line 76 
Line 76 
   
 /* helper */  /* helper */
 static Authmethod *authmethod_lookup(const char *);  static Authmethod *authmethod_lookup(const char *);
 char *authmethods_get(void);  static char *authmethods_get(void);
 static int user_key_allowed(struct passwd *, Key *);  static int user_key_allowed(struct passwd *, Key *);
 static int hostbased_key_allowed(struct passwd *, const char *, char *, Key *);  static int hostbased_key_allowed(struct passwd *, const char *, char *, Key *);
   
Line 547 
Line 547 
   
 #define DELIM   ","  #define DELIM   ","
   
 char *  static char *
 authmethods_get(void)  authmethods_get(void)
 {  {
         Authmethod *method = NULL;          Authmethod *method = NULL;

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67