[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.113 and 1.114

version 1.113, 2014/07/09 14:15:56 version 1.114, 2014/11/26 18:34:51
Line 428 
Line 428 
   
         OpenSSL_add_all_algorithms();          OpenSSL_add_all_algorithms();
   
         setlinebuf(stdout);          setvbuf(stdout, NULL, _IOLBF, 0);
   
         /* 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.113  
changed lines
  Added in v.1.114