Ensure that out_value is initialized even if out_type is NULL
authortb <tb@openbsd.org>
Wed, 11 Oct 2023 13:12:46 +0000 (13:12 +0000)
committertb <tb@openbsd.org>
Wed, 11 Oct 2023 13:12:46 +0000 (13:12 +0000)
commit324abc494213a0ac2d0bb2153842ba4692737b43
tree5ce6184d13688ecb824e5bb1bf0ea3b3b025a374
parent449ce39a6f2eda3b3cd648782766c0c73688faec
Ensure that out_value is initialized even if out_type is NULL

This fixes the printf in the x509_algor regress.

ok jsing
lib/libcrypto/asn1/x_algor.c