[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.37 and 1.38

version 1.37, 2018/03/03 03:15:51 version 1.38, 2018/07/11 18:53:29
Line 41 
Line 41 
 void mm_log_handler(LogLevel, const char *, void *);  void mm_log_handler(LogLevel, const char *, void *);
 int mm_is_monitor(void);  int mm_is_monitor(void);
 DH *mm_choose_dh(int, int, int);  DH *mm_choose_dh(int, int, int);
 int mm_key_sign(struct sshkey *, u_char **, u_int *, const u_char *, u_int,  int mm_sshkey_sign(struct sshkey *, u_char **, size_t *, 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(const char *);  struct passwd *mm_getpwnamallow(const char *);
 char *mm_auth2_read_banner(void);  char *mm_auth2_read_banner(void);

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38