Fix mistake in ERR_peek_error_all documentation.
authorKevin Jones <kevin@vcsjones.com>
Sat, 15 Jan 2022 01:38:41 +0000 (01:38 +0000)
committerPauli <pauli@openssl.org>
Tue, 18 Jan 2022 02:32:37 +0000 (13:32 +1100)
commitf242ce9817157817b19ccb303fd436fe487539b3
treeb84670f436fdfea8d8dc779253d452b8dfb3bef8
parentcfbb5fcf4424395a1a23751556ea12c56b80b57e
Fix mistake in ERR_peek_error_all documentation.

The `func` parameter was incorrect. It was documented as `const char *func`
instead of `const char **func`.

CLA: trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17522)
doc/man3/ERR_get_error.pod