Remove two pointless NULL checks and allocations
authortb <tb@openbsd.org>
Tue, 28 Dec 2021 16:05:23 +0000 (16:05 +0000)
committertb <tb@openbsd.org>
Tue, 28 Dec 2021 16:05:23 +0000 (16:05 +0000)
commitad3c4298e6a61862b3f9ffc14707190f55884cbb
tree2fbf53e16c2e2abbbe1d76fb142cc28efefcf3ff
parent82c2bbdd9129cfb4d759c4b60c1a47d6e123f728
Remove two pointless NULL checks and allocations

The ASN.1 template for IPAddressFamily doesn't mark either of its two
members as optional, so they are allocated by IPAddressFamily_new().

ok inoguchi jsing
lib/libcrypto/x509/x509_addr.c