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

Diff for /src/usr.bin/ssh/auth2-chall.c between version 1.30 and 1.31

version 1.30, 2006/08/03 03:34:41 version 1.31, 2006/08/05 08:28:24
Line 321 
Line 321 
 {  {
 #ifdef BSD_AUTH  #ifdef BSD_AUTH
         extern KbdintDevice mm_bsdauth_device;          extern KbdintDevice mm_bsdauth_device;
 #endif  #else
 #ifdef SKEY  #ifdef SKEY
         extern KbdintDevice mm_skey_device;          extern KbdintDevice mm_skey_device;
   #endif
 #endif  #endif
         /* As long as SSHv1 has devices[0] hard coded this is fine */          /* As long as SSHv1 has devices[0] hard coded this is fine */
 #ifdef BSD_AUTH  #ifdef BSD_AUTH

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