summaryrefslogtreecommitdiffstats
path: root/ssh-add.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-11-22 09:37:08 +0100
committerDarren Tucker <dtucker@zip.com.au>2005-11-22 09:37:08 +0100
commitb736d8d8292cd2222e6ad37518d562026d87f1dd (patch)
tree0c113f8d472bc9295d9d617322c150a7f1df2289 /ssh-add.c
parent - (dtucker) [openbsd-compat/openssl-compat.h] Add comment explaining what (diff)
downloadopenssh-b736d8d8292cd2222e6ad37518d562026d87f1dd.tar.xz
openssh-b736d8d8292cd2222e6ad37518d562026d87f1dd.zip
- deraadt@cvs.openbsd.org 2005/11/12 18:37:59
[ssh-add.c] space
Diffstat (limited to 'ssh-add.c')
-rw-r--r--ssh-add.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ssh-add.c b/ssh-add.c
index 749a76829..2b01e6f13 100644
--- a/ssh-add.c
+++ b/ssh-add.c
@@ -35,7 +35,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh-add.c,v 1.73 2005/09/13 23:40:07 djm Exp $");
+RCSID("$OpenBSD: ssh-add.c,v 1.74 2005/11/12 18:37:59 deraadt Exp $");
#include <openssl/evp.h>
@@ -324,7 +324,8 @@ main(int argc, char **argv)
/* At first, get a connection to the authentication agent. */
ac = ssh_get_authentication_connection();
if (ac == NULL) {
- fprintf(stderr, "Could not open a connection to your authentication agent.\n");
+ fprintf(stderr,
+ "Could not open a connection to your authentication agent.\n");
exit(2);
}
while ((ch = getopt(argc, argv, "lLcdDxXe:s:t:")) != -1) {