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 d95415fb2..356168fb7 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh-keygen.c,v 1.366 2019/11/18 06:24:17 djm Exp $ */ | 1 | /* $OpenBSD: ssh-keygen.c,v 1.367 2019/11/18 06:39:36 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 |
@@ -1830,7 +1830,7 @@ do_ca_sign(struct passwd *pw, const char *ca_key_path, int prefer_agent, | |||
1830 | fatal("Couldn't certify key %s via agent: %s", | 1830 | fatal("Couldn't certify key %s via agent: %s", |
1831 | tmp, ssh_err(r)); | 1831 | tmp, ssh_err(r)); |
1832 | } else { | 1832 | } else { |
1833 | if ((sshkey_certify(public, ca, key_type_name, | 1833 | if ((r = sshkey_certify(public, ca, key_type_name, |
1834 | sk_provider)) != 0) | 1834 | sk_provider)) != 0) |
1835 | fatal("Couldn't certify key %s: %s", | 1835 | fatal("Couldn't certify key %s: %s", |
1836 | tmp, ssh_err(r)); | 1836 | tmp, ssh_err(r)); |