dd646a3302
The API/ABI for the LibreSSL 2.1.x series is now fixed, so we can safely enable libtls it by default. This is useful for new OpenNTPD and OpenSMTPD releases as well. ok deraadt@ beck@ sthen@
32 lines
697 B
Makefile
32 lines
697 B
Makefile
include $(top_srcdir)/Makefile.am.common
|
|
|
|
SUBDIRS = openssl
|
|
|
|
noinst_HEADERS = err.h
|
|
noinst_HEADERS += netdb.h
|
|
noinst_HEADERS += poll.h
|
|
noinst_HEADERS += pqueue.h
|
|
noinst_HEADERS += stdio.h
|
|
noinst_HEADERS += stdlib.h
|
|
noinst_HEADERS += string.h
|
|
noinst_HEADERS += syslog.h
|
|
noinst_HEADERS += unistd.h
|
|
noinst_HEADERS += win32netcompat.h
|
|
|
|
noinst_HEADERS += arpa/inet.h
|
|
|
|
noinst_HEADERS += machine/endian.h
|
|
|
|
noinst_HEADERS += netinet/in.h
|
|
noinst_HEADERS += netinet/tcp.h
|
|
|
|
noinst_HEADERS += sys/ioctl.h
|
|
noinst_HEADERS += sys/mman.h
|
|
noinst_HEADERS += sys/select.h
|
|
noinst_HEADERS += sys/socket.h
|
|
noinst_HEADERS += sys/times.h
|
|
noinst_HEADERS += sys/types.h
|
|
noinst_HEADERS += sys/uio.h
|
|
|
|
include_HEADERS = tls.h
|