mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-24 19:02:06 +00:00
- (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
Block a user