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