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

Diff for /src/usr.bin/ssh/ssh-keygen.c between version 1.5 and 1.6

version 1.5, 1999/09/29 21:14:16 version 1.6, 1999/10/01 02:38:09
Line 409 
Line 409 
   if (change_comment)    if (change_comment)
     do_change_comment(pw);      do_change_comment(pw);
   
   /* Initialize random number generator.  This may take a while if the  
      user has no seed file, so display a message to the user. */  
   if (!quiet)  
     printf("Initializing random number generator...\n");  
   arc4random_stir();    arc4random_stir();
   
   if (quiet)    if (quiet)

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6