[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.29 and 1.30

version 1.29, 2002/03/04 17:27:39 version 1.30, 2002/03/14 16:56:33
Line 95 
Line 95 
 int      auth_rhosts_rsa(struct passwd *, const char *, Key *);  int      auth_rhosts_rsa(struct passwd *, const char *, Key *);
 int      auth_password(Authctxt *, const char *);  int      auth_password(Authctxt *, const char *);
 int      auth_rsa(struct passwd *, BIGNUM *);  int      auth_rsa(struct passwd *, BIGNUM *);
 int      auth_rsa_challenge_dialog(RSA *);  int      auth_rsa_challenge_dialog(Key *);
   
 #ifdef KRB4  #ifdef KRB4
 #include <krb.h>  #include <krb.h>

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30