Home
last modified time | relevance | path

Searched hist:ab95087a0e405d6107443ce168f27ef7e9b2770b (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/ntp/libntpevent/
H A DMakefilediff ab95087a0e405d6107443ce168f27ef7e9b2770b Fri Jan 24 07:24:40 CET 2020 Adrian Chadd <adrian@FreeBSD.org> [ntp] Don't compile in the ssl routines into libevent if MK_OPENSSL is no

Most of ntpd still handles MK_OPENSSL ok, but the libevent import brought
in the SSL bufferevent routines without checking MK_OPENSSL.

This doesn't completely fix WITHOUT_CRYPTO=YES building, but hey, it's one
less broken thing.