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

Diff for /src/usr.bin/ssh/monitor.c between version 1.235 and 1.236

version 1.235, 2023/02/17 04:22:50 version 1.236, 2023/05/10 10:04:20
Line 110 
Line 110 
 int mm_answer_pty(struct ssh *, int, struct sshbuf *);  int mm_answer_pty(struct ssh *, int, struct sshbuf *);
 int mm_answer_pty_cleanup(struct ssh *, int, struct sshbuf *);  int mm_answer_pty_cleanup(struct ssh *, int, struct sshbuf *);
 int mm_answer_term(struct ssh *, int, struct sshbuf *);  int mm_answer_term(struct ssh *, int, struct sshbuf *);
 int mm_answer_rsa_keyallowed(struct ssh *, int, struct sshbuf *);  
 int mm_answer_rsa_challenge(struct ssh *, int, struct sshbuf *);  
 int mm_answer_rsa_response(struct ssh *, int, struct sshbuf *);  
 int mm_answer_sesskey(struct ssh *, int, struct sshbuf *);  int mm_answer_sesskey(struct ssh *, int, struct sshbuf *);
 int mm_answer_sessid(struct ssh *, int, struct sshbuf *);  int mm_answer_sessid(struct ssh *, int, struct sshbuf *);
   

Legend:
Removed from v.1.235  
changed lines
  Added in v.1.236