X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fec%2Fec_lcl.h;h=1c2ae93bb6ab198d580694779208e441aba3061c;hp=037c7d95a6d95d2dd6e52f6d53506b93a0944852;hb=254ef80db19a6f6610ef07535efd699cef7aa855;hpb=f9de8446a0a623936925d12812480fe86f5a9f71 diff --git a/crypto/ec/ec_lcl.h b/crypto/ec/ec_lcl.h index 037c7d95a6..1c2ae93bb6 100644 --- a/crypto/ec/ec_lcl.h +++ b/crypto/ec/ec_lcl.h @@ -144,8 +144,9 @@ struct ec_group_st { EC_POINT *generator; /* optional */ BIGNUM order, cofactor; - int nid; /* optional NID for named curve */ + int curve_name;/* optional NID for named curve */ int asn1_flag; /* flag to control the asn1 encoding */ + point_conversion_form_t asn1_form; void *extra_data; void *(*extra_data_dup_func)(void *);