Re: [openssl-users] Access to ECC X and Y

2016-05-31 Thread Matt Caswell
On 31/05/16 20:46, Chris Bare wrote: > Is there a public interface to access the X and Y elements of an Ecc > public key? > I tried: > > EC_KEY *ecc; > > BN_num_bytes (ecc->pub_key->X); > > but get the compiler error: > > error: dereferencing pointer to incomplete type ‘EC_KEY {aka struct >

[openssl-users] Access to ECC X and Y

2016-05-31 Thread Chris Bare
Is there a public interface to access the X and Y elements of an Ecc public key? I tried: EC_KEY *ecc; BN_num_bytes (ecc->pub_key->X); but get the compiler error: error: dereferencing pointer to incomplete type ‘EC_KEY {aka struct ec_key_st}’ -- Chris Bare -- openssl-users mailing list To