Clean up the use of ERR_print_errors() in apps.c and in four apps
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Wed, 22 Apr 2020 12:58:41 +0000 (14:58 +0200)
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>
Fri, 24 Apr 2020 16:00:24 +0000 (18:00 +0200)
commit01c12100f7d54db29da3fd47dc40c9d0e08c0ab0
tree076f471167c5b0929e8aa65c35e26d7e0fb501c5
parent3ee4e8cea72056ea56fdbfff8bb1b6daf2276933
Clean up the use of ERR_print_errors() in apps.c and in four apps

Also make sure that all error messages in apps.c consistently begin upper-case.
Changed files: apps/lib/apps.c and apps/{req.c,s_client.c,s_server.c,x509.c}

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/4940)
apps/lib/apps.c
apps/req.c
apps/s_client.c
apps/s_server.c
apps/x509.c