diff options
Diffstat (limited to 'ssh-add.c')
-rw-r--r-- | ssh-add.c | 4 |
1 files changed, 2 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.58 2002/06/15 00:01:36 markus Exp $"); | 38 | RCSID("$OpenBSD: ssh-add.c,v 1.59 2002/06/15 00:07:38 markus Exp $"); |
39 | 39 | ||
40 | #include <openssl/evp.h> | 40 | #include <openssl/evp.h> |
41 | 41 | ||
@@ -171,7 +171,7 @@ add_file(AuthenticationConnection *ac, const char *filename) | |||
171 | fprintf(stderr, "Could not add identity: %s\n", filename); | 171 | fprintf(stderr, "Could not add identity: %s\n", filename); |
172 | 172 | ||
173 | if (ret == 0 && lifetime != 0) { | 173 | if (ret == 0 && lifetime != 0) { |
174 | if (ssh_contrain_identity(ac, private, lifetime)) { | 174 | if (ssh_constrain_identity(ac, private, lifetime)) { |
175 | fprintf(stderr, | 175 | fprintf(stderr, |
176 | "Lifetime set to %d seconds for: %s (%s)\n", | 176 | "Lifetime set to %d seconds for: %s (%s)\n", |
177 | lifetime, filename, comment); | 177 | lifetime, filename, comment); |