diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-11-22 19:37:08 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-11-22 19:37:08 +1100 |
commit | b736d8d8292cd2222e6ad37518d562026d87f1dd (patch) | |
tree | 0c113f8d472bc9295d9d617322c150a7f1df2289 /ssh-add.c | |
parent | 4123636471185c739a3d03c763cebee2661f8c2d (diff) |
- 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 @@ | |||
35 | */ | 35 | */ |
36 | 36 | ||
37 | #include "includes.h" | 37 | #include "includes.h" |
38 | RCSID("$OpenBSD: ssh-add.c,v 1.73 2005/09/13 23:40:07 djm Exp $"); | 38 | RCSID("$OpenBSD: ssh-add.c,v 1.74 2005/11/12 18:37:59 deraadt Exp $"); |
39 | 39 | ||
40 | #include <openssl/evp.h> | 40 | #include <openssl/evp.h> |
41 | 41 | ||
@@ -324,7 +324,8 @@ main(int argc, char **argv) | |||
324 | /* At first, get a connection to the authentication agent. */ | 324 | /* At first, get a connection to the authentication agent. */ |
325 | ac = ssh_get_authentication_connection(); | 325 | ac = ssh_get_authentication_connection(); |
326 | if (ac == NULL) { | 326 | if (ac == NULL) { |
327 | fprintf(stderr, "Could not open a connection to your authentication agent.\n"); | 327 | fprintf(stderr, |
328 | "Could not open a connection to your authentication agent.\n"); | ||
328 | exit(2); | 329 | exit(2); |
329 | } | 330 | } |
330 | while ((ch = getopt(argc, argv, "lLcdDxXe:s:t:")) != -1) { | 331 | while ((ch = getopt(argc, argv, "lLcdDxXe:s:t:")) != -1) { |