diff options
author | markus@openbsd.org <markus@openbsd.org> | 2017-05-30 14:16:41 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-05-31 10:49:50 +1000 |
commit | 7da5df11ac788bc1133d8d598d298e33500524cc (patch) | |
tree | 9c201ad7bfbb674771d3cd17bda0c90d2523ffaa /ssh-add.c | |
parent | ff7371afd08ac0bbd957d90451d4dcd0da087ef5 (diff) |
upstream commit
remove unused wrapper functions from key.[ch]; ok djm@
Upstream-ID: ea0f4016666a6817fc11f439dd4be06bab69707e
Diffstat (limited to 'ssh-add.c')
-rw-r--r-- | ssh-add.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh-add.c,v 1.131 2017/05/05 10:42:49 naddy Exp $ */ | 1 | /* $OpenBSD: ssh-add.c,v 1.132 2017/05/30 14:16:41 markus Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -306,7 +306,7 @@ add_file(int agent_fd, const char *filename, int key_only) | |||
306 | goto out; | 306 | goto out; |
307 | } | 307 | } |
308 | if ((r = sshkey_cert_copy(cert, private)) != 0) { | 308 | if ((r = sshkey_cert_copy(cert, private)) != 0) { |
309 | error("%s: key_cert_copy: %s", __func__, ssh_err(r)); | 309 | error("%s: sshkey_cert_copy: %s", __func__, ssh_err(r)); |
310 | sshkey_free(cert); | 310 | sshkey_free(cert); |
311 | goto out; | 311 | goto out; |
312 | } | 312 | } |