=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-add.c,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- src/usr.bin/ssh/ssh-add.c 2014/06/27 18:50:39 1.111 +++ src/usr.bin/ssh/ssh-add.c 2014/07/03 03:15:01 1.112 @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-add.c,v 1.111 2014/06/27 18:50:39 markus Exp $ */ +/* $OpenBSD: ssh-add.c,v 1.112 2014/07/03 03:15:01 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -427,6 +427,8 @@ sanitise_stdfd(); OpenSSL_add_all_algorithms(); + + setlinebuf(stdout); /* At first, get a connection to the authentication agent. */ ac = ssh_get_authentication_connection();