diff options
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r-- | ssh-keygen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c index 48342c09d..79e2e92b5 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh-keygen.c,v 1.377 2019/12/30 09:19:52 djm Exp $ */ | 1 | /* $OpenBSD: ssh-keygen.c,v 1.378 2019/12/30 09:23:28 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -3368,7 +3368,7 @@ main(int argc, char **argv) | |||
3368 | fflush(stdout); | 3368 | fflush(stdout); |
3369 | if (sshsk_enroll(type, sk_provider, | 3369 | if (sshsk_enroll(type, sk_provider, |
3370 | cert_key_id == NULL ? "ssh:" : cert_key_id, | 3370 | cert_key_id == NULL ? "ssh:" : cert_key_id, |
3371 | sk_flags, NULL, &private, NULL) != 0) | 3371 | sk_flags, NULL, NULL, &private, NULL) != 0) |
3372 | exit(1); /* error message already printed */ | 3372 | exit(1); /* error message already printed */ |
3373 | break; | 3373 | break; |
3374 | default: | 3374 | default: |