Remove perror() usage in library
authorTodd Short <tshort@akamai.com>
Tue, 6 Sep 2022 15:18:54 +0000 (11:18 -0400)
committerHugo Landau <hlandau@openssl.org>
Fri, 9 Sep 2022 12:02:21 +0000 (13:02 +0100)
commit5121783b49327767c35ca39623734e586259c9dc
tree2ed5e37ff0d822fc651e9df057abc4abdb89fb57
parent18274e1d6e10081fb7974e40f595e9a1d3224296
Remove perror() usage in library

The dgram code used perror extensively.

Keep the `perror()` in the allocation code; it's used for debugging only.
Keep the `perror()`s in the demos, tests and apps.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19148)
crypto/bio/bss_dgram.c