summaryrefslogtreecommitdiff
path: root/ssh-agent.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-10-07 22:05:11 +1100
committerDamien Miller <djm@mindrot.org>2010-10-07 22:05:11 +1100
commit195dbaff7a2c27b371a126d3b87888ba7a71ef7e (patch)
tree4368f8bb1cedcab7891ee343585760abbf865b0b /ssh-agent.c
parent2738361878ec4a4b0d5481d909cd644dce17a94b (diff)
- (djm) [ssh-agent.c] Fix type for curve name.
Diffstat (limited to 'ssh-agent.c')
-rw-r--r--ssh-agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index 45c8e37a3..a978d293b 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -471,7 +471,7 @@ process_add_identity(SocketEntry *e, int version)
471#ifdef OPENSSL_HAS_ECC 471#ifdef OPENSSL_HAS_ECC
472 BIGNUM *exponent; 472 BIGNUM *exponent;
473 EC_POINT *q; 473 EC_POINT *q;
474 int *curve; 474 char *curve;
475#endif 475#endif
476 u_char *cert; 476 u_char *cert;
477 u_int len; 477 u_int len;