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

Diff for /src/usr.bin/ssh/auth-bsdauth.c between version 1.10 and 1.11

version 1.10, 2006/08/03 03:34:41 version 1.11, 2007/09/21 08:15:29
Line 25 
Line 25 
   
 #include <sys/types.h>  #include <sys/types.h>
   
 #ifdef BSD_AUTH  
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "key.h"  #include "key.h"
 #include "hostfile.h"  #include "hostfile.h"
Line 131 
Line 130 
         mm_bsdauth_respond,          mm_bsdauth_respond,
         bsdauth_free_ctx          bsdauth_free_ctx
 };  };
 #endif  

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11