Spell NULL in a simpler fashion
authortb <tb@openbsd.org>
Fri, 11 Oct 2024 06:18:40 +0000 (06:18 +0000)
committertb <tb@openbsd.org>
Fri, 11 Oct 2024 06:18:40 +0000 (06:18 +0000)
commit20b99ef1b095df1edc7b972985b80068ac408e59
treeb27199050cb6160c519ce8b01d5ffce65c1293fe
parent68a714b95785bca734ba1c846ae37655b86af768
Spell NULL in a simpler fashion

priv_key->parameters is always NULL at this point, since its corresponding
entry in the ASN.1 template has ASN1_TFLG_OPTIONAL set, so there is no point
in pretending to pass it to ec_asn1_group2pkparameters().

ok jsing
lib/libcrypto/ec/ec_asn1.c