Modernise ERR_print_errors_cb()
authorRichard Levitte <levitte@openssl.org>
Wed, 4 Sep 2019 20:14:21 +0000 (22:14 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 12 Sep 2019 15:59:52 +0000 (17:59 +0200)
commitb579014d574375b57ef1f52d3e40988ebdba911c
treec1563e3fb10a8ac4468bf3b4b0849a3b84c7a06f
parentb13342e933c507c4ce0eda0a0193339a111f27a5
Modernise ERR_print_errors_cb()

ERR_print_errors_cb() used functionality that isn't suitable any more,
as that functionality couldn't integrate the error record function
name strings.  We therefore refactor it a bit to use better adapted
methods.

Fixes #9756

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9756)
crypto/err/err_prn.c