Replace unnecessary calls to EC_GROUP_get_curve_GF{p,2m}() with
authortb <tb@openbsd.org>
Mon, 10 May 2021 20:58:32 +0000 (20:58 +0000)
committertb <tb@openbsd.org>
Mon, 10 May 2021 20:58:32 +0000 (20:58 +0000)
commit61ec219ba890b4ccb6afa0c7a83d04623c81d719
tree1bb5471fbe28d6451a6d0fcf81c4d3674641dea1
parent376de1a99157eed99c1adeb4dff8cdafd25f6f8e
Replace unnecessary calls to EC_GROUP_get_curve_GF{p,2m}() with
EC_GROUP_get_curve() and remove no longer needed prototypes.
usr.bin/openssl/ecparam.c