[sudo-commits] sudo changeset 12295:61349d2533fe

Todd C. Miller Todd.Miller at sudo.ws
Tue Mar 17 20:08:38 MDT 2020


changeset:	12295:61349d2533fe in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/61349d2533fe
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Mar 17 20:07:48 2020 -0600

Log Message:
	Add configure check for SSL_CTX_get0_certificate().
	Dummy out verify_server_cert() if it is not present to allow building
	on older OpenSSL versions.  Rewriting this to work with old OpenSSL
	is not worth the trouble.

diffstat:

 config.h.in       |  3 +++
 configure         |  2 +-
 configure.ac      |  2 +-
 logsrvd/logsrvd.c |  5 +++++
 4 files changed, 10 insertions(+), 2 deletions(-)


More information about the sudo-commits mailing list