[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.46 and 1.47

version 1.46, 2020/10/16 13:24:45 version 1.47, 2021/04/15 16:24:31
Line 40 
Line 40 
 struct sshauthopt;  struct sshauthopt;
 struct sshkey_sig_details;  struct sshkey_sig_details;
   
 void mm_log_handler(const char *, const char *, int, LogLevel,  void mm_log_handler(LogLevel, int, const char *, void *);
     const char *, void *);  
 int mm_is_monitor(void);  int mm_is_monitor(void);
 #ifdef WITH_OPENSSL  #ifdef WITH_OPENSSL
 DH *mm_choose_dh(int, int, int);  DH *mm_choose_dh(int, int, int);

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47