summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ssh-keygen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 14bf2560d..0d0586576 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-keygen.c,v 1.358 2019/10/31 21:23:19 djm Exp $ */ 1/* $OpenBSD: ssh-keygen.c,v 1.359 2019/10/31 21:28:27 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
@@ -1711,7 +1711,7 @@ load_pkcs11_key(char *path)
1711static int 1711static int
1712agent_signer(struct sshkey *key, u_char **sigp, size_t *lenp, 1712agent_signer(struct sshkey *key, u_char **sigp, size_t *lenp,
1713 const u_char *data, size_t datalen, 1713 const u_char *data, size_t datalen,
1714 const char *alg, const char *sk_provider, u_int compat, void *ctx) 1714 const char *alg, const char *provider, u_int compat, void *ctx)
1715{ 1715{
1716 int *agent_fdp = (int *)ctx; 1716 int *agent_fdp = (int *)ctx;
1717 1717