=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/monitor_wrap.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/ssh/monitor_wrap.h 2002/03/18 17:28:37 1.1 +++ src/usr.bin/ssh/monitor_wrap.h 2002/03/19 10:35:39 1.2 @@ -37,6 +37,7 @@ struct mm_master; struct passwd; struct Authctxt; + DH *mm_choose_dh(int, int, int); int mm_key_sign(Key *, u_char **, u_int *, u_char *, u_int); void mm_inform_authserv(char *, char *);