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

Diff for /src/usr.bin/ssh/Attic/key.c between version 1.68 and 1.69

version 1.68, 2006/11/06 21:25:28 version 1.69, 2007/07/12 05:48:05
Line 167 
Line 167 
                     BN_cmp(a->dsa->pub_key, b->dsa->pub_key) == 0;                      BN_cmp(a->dsa->pub_key, b->dsa->pub_key) == 0;
         default:          default:
                 fatal("key_equal: bad key type %d", a->type);                  fatal("key_equal: bad key type %d", a->type);
                 break;  
         }          }
         return 0;  
 }  }
   
 u_char*  u_char*

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69