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

Diff for /src/usr.bin/ssh/auth.h between version 1.80 and 1.81

version 1.80, 2015/01/19 20:16:15 version 1.81, 2015/01/26 06:10:03
Line 180 
Line 180 
 /* hostkey handling */  /* hostkey handling */
 Key     *get_hostkey_by_index(int);  Key     *get_hostkey_by_index(int);
 Key     *get_hostkey_public_by_index(int, struct ssh *);  Key     *get_hostkey_public_by_index(int, struct ssh *);
 Key     *get_hostkey_public_by_type(int, struct ssh *);  Key     *get_hostkey_public_by_type(int, int, struct ssh *);
 Key     *get_hostkey_private_by_type(int, struct ssh *);  Key     *get_hostkey_private_by_type(int, int, struct ssh *);
 int      get_hostkey_index(Key *, struct ssh *);  int      get_hostkey_index(Key *, struct ssh *);
 int      ssh1_session_key(BIGNUM *);  int      ssh1_session_key(BIGNUM *);
 int      sshd_hostkey_sign(Key *, Key *, u_char **, size_t *, u_char *, size_t, u_int);  int      sshd_hostkey_sign(Key *, Key *, u_char **, size_t *, u_char *, size_t, u_int);

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81