[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.81 and 1.82

version 1.81, 2015/01/26 06:10:03 version 1.82, 2015/02/16 22:13:32
Line 182 
Line 182 
 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, int, struct ssh *);  Key     *get_hostkey_public_by_type(int, int, struct ssh *);
 Key     *get_hostkey_private_by_type(int, 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 *, int, 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 *,
                const u_char *, size_t, u_int);
   
 /* debug messages during authentication */  /* debug messages during authentication */
 void     auth_debug_add(const char *fmt,...) __attribute__((format(printf, 1, 2)));  void     auth_debug_add(const char *fmt,...) __attribute__((format(printf, 1, 2)));

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