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

Diff for /src/usr.bin/ssh/monitor_wrap.c between version 1.124 and 1.125

version 1.124, 2022/05/27 05:01:25 version 1.125, 2022/06/15 16:08:25
Line 411 
Line 411 
 }  }
   
 int  int
 mm_user_key_allowed(struct passwd *pw, struct sshkey *key,  mm_user_key_allowed(struct ssh *ssh, struct passwd *pw, struct sshkey *key,
     int pubkey_auth_attempt, const char *remote_ip, const char *remote_host,      int pubkey_auth_attempt, struct sshauthopt **authoptp)
     struct sshauthopt **authoptp)  
 {  {
         return (mm_key_allowed(MM_USERKEY, NULL, NULL, key,          return (mm_key_allowed(MM_USERKEY, NULL, NULL, key,
             pubkey_auth_attempt, authoptp));              pubkey_auth_attempt, authoptp));

Legend:
Removed from v.1.124  
changed lines
  Added in v.1.125