Use "if (ptr == NULL)" instead of "if (!ptr)"
authortb <tb@openbsd.org>
Sat, 11 Mar 2023 15:56:03 +0000 (15:56 +0000)
committertb <tb@openbsd.org>
Sat, 11 Mar 2023 15:56:03 +0000 (15:56 +0000)
commit0e806f1951729b02adcf4eba7380f8e26452e168
treef242a85e940e99d32f7959d8ef55588cbbbc67d1
parentdc864e36544e7fb5a32516b7d178a6b4a86b70c6
Use "if (ptr == NULL)" instead of "if (!ptr)"

Requested by jsing
lib/libcrypto/asn1/bio_ndef.c