summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r--ssh-keygen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 7dc10808c..f910dce38 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -1300,7 +1300,7 @@ parse_cert_times(char *timespec)
1300 from = xstrdup(timespec); 1300 from = xstrdup(timespec);
1301 to = strchr(from, ':'); 1301 to = strchr(from, ':');
1302 if (to == NULL || from == to || *(to + 1) == '\0') 1302 if (to == NULL || from == to || *(to + 1) == '\0')
1303 fatal("Invalid certificate life specification %s", optarg); 1303 fatal("Invalid certificate life specification %s", timespec);
1304 *to++ = '\0'; 1304 *to++ = '\0';
1305 1305
1306 if (*from == '-' || *from == '+') 1306 if (*from == '-' || *from == '+')