summaryrefslogtreecommitdiff
path: root/key.c
diff options
context:
space:
mode:
Diffstat (limited to 'key.c')
-rw-r--r--key.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/key.c b/key.c
index 28d7c6207..93f4ccb24 100644
--- a/key.c
+++ b/key.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: key.c,v 1.129 2015/12/04 16:41:28 markus Exp $ */ 1/* $OpenBSD: key.c,v 1.130 2016/05/02 09:36:42 djm Exp $ */
2/* 2/*
3 * placed in the public domain 3 * placed in the public domain
4 */ 4 */
@@ -214,7 +214,7 @@ key_certify(Key *k, Key *ca)
214{ 214{
215 int r; 215 int r;
216 216
217 if ((r = sshkey_certify(k, ca)) != 0) { 217 if ((r = sshkey_certify(k, ca, NULL)) != 0) {
218 fatal_on_fatal_errors(r, __func__, 0); 218 fatal_on_fatal_errors(r, __func__, 0);
219 error("%s: %s", __func__, ssh_err(r)); 219 error("%s: %s", __func__, ssh_err(r));
220 return -1; 220 return -1;