Allow a NULL header in PEM_write{,_bio}()
authortb <tb@openbsd.org>
Sun, 31 Jul 2022 09:48:27 +0000 (09:48 +0000)
committertb <tb@openbsd.org>
Sun, 31 Jul 2022 09:48:27 +0000 (09:48 +0000)
commit4526d7fe8f394574c67222cfc9ff3026791d0734
tree14d68ec4beb541ddd3f0e1a525231ef550d6c82f
parentd1c13e456a768b6bf7f3c9da27fcfc3c03de8b1f
Allow a NULL header in PEM_write{,_bio}()

When PEM_write{,_bio}() were documented by Rich Salz and Richard Levitte,
it was incorrectly stated that the header argument is allowed to be NULL.
This was never true.  Instead of fixing the documentation, it was decided
that the API needs a fix, so pull in a variant of OpenSSL 3b9082c8.

ok jsing
lib/libcrypto/pem/pem_lib.c