CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/07/31 03:48:27
Modified files: lib/libcrypto/pem: pem_lib.c Log message: 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