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

Diff for /src/usr.bin/ssh/monitor_wrap.h between version 1.42 and 1.43

version 1.42, 2019/09/06 05:23:55 version 1.43, 2019/10/31 21:23:19
Line 45 
Line 45 
 DH *mm_choose_dh(int, int, int);  DH *mm_choose_dh(int, int, int);
 #endif  #endif
 int mm_sshkey_sign(struct ssh *, struct sshkey *, u_char **, size_t *,  int mm_sshkey_sign(struct ssh *, struct sshkey *, u_char **, size_t *,
     const u_char *, size_t, const char *, u_int compat);      const u_char *, size_t, const char *, const char *, u_int compat);
 void mm_inform_authserv(char *, char *);  void mm_inform_authserv(char *, char *);
 struct passwd *mm_getpwnamallow(struct ssh *, const char *);  struct passwd *mm_getpwnamallow(struct ssh *, const char *);
 char *mm_auth2_read_banner(void);  char *mm_auth2_read_banner(void);

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43