Remove NULL check in ec_asn1_pkparameters2group()
authortb <tb@openbsd.org>
Fri, 11 Oct 2024 18:32:03 +0000 (18:32 +0000)
committertb <tb@openbsd.org>
Fri, 11 Oct 2024 18:32:03 +0000 (18:32 +0000)
commit73e2332072d724780a482d0631229ac1908e62ee
tree4295e463d140c1833d5b90f5e69a89dc51a5f469
parent6fffaf579da706eddb6d09a768a72b6b21548137
Remove NULL check in ec_asn1_pkparameters2group()

The callers already ensure that params != NULL.

ok jsing
lib/libcrypto/ec/ec_asn1.c