[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.75 and 1.76

version 1.75, 2013/06/21 00:34:49 version 1.76, 2013/07/19 07:37:48
Line 174 
Line 174 
   
 /* hostkey handling */  /* hostkey handling */
 Key     *get_hostkey_by_index(int);  Key     *get_hostkey_by_index(int);
   Key     *get_hostkey_public_by_index(int);
 Key     *get_hostkey_public_by_type(int);  Key     *get_hostkey_public_by_type(int);
 Key     *get_hostkey_private_by_type(int);  Key     *get_hostkey_private_by_type(int);
 int      get_hostkey_index(Key *);  int      get_hostkey_index(Key *);
 int      ssh1_session_key(BIGNUM *);  int      ssh1_session_key(BIGNUM *);
   void     sshd_hostkey_sign(Key *, Key *, u_char **, u_int *, u_char *, 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.75  
changed lines
  Added in v.1.76