CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/04 13:15:02
Modified files:
sbin/iked : dh.c
Log message:
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@
