CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/05/13 01:10:57
Modified files:
usr.sbin/acme-client: acctproc.c
Log message:
acme-client: use EC_POINT_{get,set}_affine_cooordinates()
The versions with _GFp() suffix only exist for historical reasons.
Now that we have EC_POINT_{get,set}_affine_coordinates(), we should
stop using the old ones as they provide no benefit.
ok florian
