acme-client: use EC_POINT_{get,set}_affine_cooordinates()
authortb <tb@openbsd.org>
Thu, 13 May 2021 07:10:57 +0000 (07:10 +0000)
committertb <tb@openbsd.org>
Thu, 13 May 2021 07:10:57 +0000 (07:10 +0000)
commita72a9054e06105a26547ea76666dce91c952edb7
treeef6afee588321c70e44996eb6872c4446b2b8058
parentac7c817f2e4547de17a7d9340eb46c5fddfaeee7
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
usr.sbin/acme-client/acctproc.c