summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r--ssh-keygen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 010667157..c95bc15cf 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-keygen.c,v 1.331 2019/06/06 05:13:13 otto Exp $ */ 1/* $OpenBSD: ssh-keygen.c,v 1.332 2019/06/21 04:21:04 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
@@ -1654,7 +1654,7 @@ load_pkcs11_key(char *path)
1654 1654
1655/* Signer for sshkey_certify_custom that uses the agent */ 1655/* Signer for sshkey_certify_custom that uses the agent */
1656static int 1656static int
1657agent_signer(const struct sshkey *key, u_char **sigp, size_t *lenp, 1657agent_signer(struct sshkey *key, u_char **sigp, size_t *lenp,
1658 const u_char *data, size_t datalen, 1658 const u_char *data, size_t datalen,
1659 const char *alg, u_int compat, void *ctx) 1659 const char *alg, u_int compat, void *ctx)
1660{ 1660{