diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-11-22 09:37:08 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-11-22 09:37:08 +0100 |
commit | b736d8d8292cd2222e6ad37518d562026d87f1dd (patch) | |
tree | 0c113f8d472bc9295d9d617322c150a7f1df2289 /ssh-add.c | |
parent | - (dtucker) [openbsd-compat/openssl-compat.h] Add comment explaining what (diff) | |
download | openssh-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.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) { |