[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.111 and 1.112

version 1.111, 2014/06/27 18:50:39 version 1.112, 2014/07/03 03:15:01
Line 428 
Line 428 
   
         OpenSSL_add_all_algorithms();          OpenSSL_add_all_algorithms();
   
           setlinebuf(stdout);
   
         /* 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();
         if (ac == NULL) {          if (ac == NULL) {

Legend:
Removed from v.1.111  
changed lines
  Added in v.1.112