[sudo-commits] sudo changeset 13613:8338f58d5ba0

Todd C. Miller Todd.Miller at sudo.ws
Tue Oct 26 19:31:58 MDT 2021


changeset:	13613:8338f58d5ba0 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/8338f58d5ba0
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Oct 26 19:26:20 2021 -0600

Log Message:
	Use BIO_new_file() not BIO_new_fd() to read dhparams file.
	Older versions of OpenSSL and wolfSSL lack BIO_new_fd().
	Also explicitly include openssl/bio.h and openssl/dh.h for wolfSSL.

diffstat:

 logsrvd/tls_init.c |  13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)



More information about the sudo-commits mailing list