[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.21 and 1.22

version 1.21, 2008/11/04 08:22:13 version 1.22, 2009/03/05 07:18:19
Line 87 
Line 87 
 int mm_skey_respond(void *, u_int, char **);  int mm_skey_respond(void *, u_int, char **);
   
 /* jpake */  /* jpake */
 struct jpake_group;  struct modp_group;
 void mm_auth2_jpake_get_pwdata(struct Authctxt *, BIGNUM **, char **, char **);  void mm_auth2_jpake_get_pwdata(struct Authctxt *, BIGNUM **, char **, char **);
 void mm_jpake_step1(struct jpake_group *, u_char **, u_int *,  void mm_jpake_step1(struct modp_group *, u_char **, u_int *,
     BIGNUM **, BIGNUM **, BIGNUM **, BIGNUM **,      BIGNUM **, BIGNUM **, BIGNUM **, BIGNUM **,
     u_char **, u_int *, u_char **, u_int *);      u_char **, u_int *, u_char **, u_int *);
 void mm_jpake_step2(struct jpake_group *, BIGNUM *,  void mm_jpake_step2(struct modp_group *, BIGNUM *,
     BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *,      BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *,
     const u_char *, u_int, const u_char *, u_int,      const u_char *, u_int, const u_char *, u_int,
     const u_char *, u_int, const u_char *, u_int,      const u_char *, u_int, const u_char *, u_int,
     BIGNUM **, u_char **, u_int *);      BIGNUM **, u_char **, u_int *);
 void mm_jpake_key_confirm(struct jpake_group *, BIGNUM *, BIGNUM *,  void mm_jpake_key_confirm(struct modp_group *, BIGNUM *, BIGNUM *,
     BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *,      BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *,
     const u_char *, u_int, const u_char *, u_int,      const u_char *, u_int, const u_char *, u_int,
     const u_char *, u_int, const u_char *, u_int,      const u_char *, u_int, const u_char *, u_int,

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22