[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.41 and 1.42

version 1.41, 2019/01/19 21:43:56 version 1.42, 2019/09/06 05:23:55
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);
   #ifdef WITH_OPENSSL
 DH *mm_choose_dh(int, int, int);  DH *mm_choose_dh(int, int, int);
   #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 *, u_int compat);
 void mm_inform_authserv(char *, char *);  void mm_inform_authserv(char *, char *);

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