mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02: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
|
#ifdef OPENSSL_HAS_ECC
|
||||||
BIGNUM *exponent;
|
BIGNUM *exponent;
|
||||||
EC_POINT *q;
|
EC_POINT *q;
|
||||||
int *curve;
|
char *curve;
|
||||||
#endif
|
#endif
|
||||||
u_char *cert;
|
u_char *cert;
|
||||||
u_int len;
|
u_int len;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user