- (djm) [ssh-agent.c] Fix type for curve name.
This commit is contained in:
parent
2738361878
commit
195dbaff7a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue