summaryrefslogtreecommitdiff
path: root/sshconnect2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshconnect2.c')
-rw-r--r--sshconnect2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshconnect2.c b/sshconnect2.c
index 3c5afe507..98b67e73e 100644
--- a/sshconnect2.c
+++ b/sshconnect2.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshconnect2.c,v 1.232 2015/12/10 17:08:40 mmcc Exp $ */ 1/* $OpenBSD: sshconnect2.c,v 1.233 2015/12/11 00:20:04 mmcc Exp $ */
2/* 2/*
3 * Copyright (c) 2000 Markus Friedl. All rights reserved. 3 * Copyright (c) 2000 Markus Friedl. All rights reserved.
4 * Copyright (c) 2008 Damien Miller. All rights reserved. 4 * Copyright (c) 2008 Damien Miller. All rights reserved.
@@ -1622,7 +1622,7 @@ ssh_keysign(struct sshkey *key, u_char **sigp, size_t *lenp,
1622 closefrom(sock + 1); 1622 closefrom(sock + 1);
1623 debug3("%s: [child] pid=%ld, exec %s", 1623 debug3("%s: [child] pid=%ld, exec %s",
1624 __func__, (long)getpid(), _PATH_SSH_KEY_SIGN); 1624 __func__, (long)getpid(), _PATH_SSH_KEY_SIGN);
1625 execl(_PATH_SSH_KEY_SIGN, _PATH_SSH_KEY_SIGN, (char *) 0); 1625 execl(_PATH_SSH_KEY_SIGN, _PATH_SSH_KEY_SIGN, (char *)NULL);
1626 fatal("%s: exec(%s): %s", __func__, _PATH_SSH_KEY_SIGN, 1626 fatal("%s: exec(%s): %s", __func__, _PATH_SSH_KEY_SIGN,
1627 strerror(errno)); 1627 strerror(errno));
1628 } 1628 }