Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 5121783b49327767c35ca39623734e586259c9dc
https://github.com/openssl/openssl/commit/5121783b49327767c35ca39623734e586259c9dc
Author: Todd Short <[email protected]>
Date: 2022-09-09 (Fri, 09 Sep 2022)
Changed paths:
M crypto/bio/bss_dgram.c
Log Message:
-----------
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 <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Hugo Landau <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/19148)