add support for named curves
[openssl.git] / crypto / ec / ec_lcl.h
index cc4cf277550dcba2f265465b788a2e93de777910..9603e74e7d079cccc74c18b37f00be25c8f3bd0d 100644 (file)
@@ -166,6 +166,9 @@ struct ec_group_st {
        EC_POINT *generator; /* optional */
        BIGNUM order, cofactor;
 
+       int references;
+       int nid;
+
        void *field_data1; /* method-specific (e.g., Montgomery structure) */
        void *field_data2; /* method-specific */
 } /* EC_GROUP */;