EC_POINT_get_affine_coordinates_GFp() and EC_POINT_get_affine_coordinates_GF2m()
authortobhe <tobhe@openbsd.org>
Thu, 4 Feb 2021 20:15:02 +0000 (20:15 +0000)
committertobhe <tobhe@openbsd.org>
Thu, 4 Feb 2021 20:15:02 +0000 (20:15 +0000)
commit6c9d4f31b63769c24ffa96673f4c8dd7566d8171
tree9631cfbe1c3738d3b25aa1f3f1fe3b8b6b767f85
parent08c24fdd6abd7a4c82cb96d2b3e6778a0ffceb07
EC_POINT_get_affine_coordinates_GFp() and EC_POINT_get_affine_coordinates_GF2m()
do the same thing.  Remove redundant check and always use the _GFp() variant.

discussed with tb@
ok patrick@
sbin/iked/dh.c