CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/26 11:41:05
Modified files:
lib/libcrypto/ec: ec_lib.c ec_local.h
Log message:
Add nid to EC_POINT for compat checking
It is annoying that an EC_POINT does not really know on what EC_GROUP it
lives. Adding a refcount to EC_GROUP is slightly tricky, so instead use
a nid which we will know unless the group was constructed by hand.
ok jsing kenjiro
