- (djm) [ssh-agent.c] Fix type for curve name.

This commit is contained in:
Damien Miller 2010-10-07 22:05:11 +11:00
parent 2738361878
commit 195dbaff7a

View File

@ -471,7 +471,7 @@ process_add_identity(SocketEntry *e, int version)
#ifdef OPENSSL_HAS_ECC
BIGNUM *exponent;
EC_POINT *q;
int *curve;
char *curve;
#endif
u_char *cert;
u_int len;