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

Diff for /src/usr.bin/ssh/ssh-add.c between version 1.27 and 1.28

version 1.27, 2001/01/21 19:05:56 version 1.28, 2001/02/04 15:32:25
Line 244 
Line 244 
         int i;          int i;
         int deleting = 0;          int deleting = 0;
   
         SSLeay_add_all_algorithms();          SSLeay_add_all_algorithms();
   
         /* At first, get a connection to the authentication agent. */          /* At first, get a connection to the authentication agent. */
         ac = ssh_get_authentication_connection();          ac = ssh_get_authentication_connection();

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28