From 854f4f69af9003c0c29d3838001f549beaf36936 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sat, 12 Sep 2015 07:48:06 -0500 Subject: add 'nc' to the distribution as an example of libtls client and server --- tls/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tls') diff --git a/tls/Makefile.am b/tls/Makefile.am index 82ec211..ed3f3c3 100644 --- a/tls/Makefile.am +++ b/tls/Makefile.am @@ -12,6 +12,7 @@ libtls_la_SOURCES = tls.c libtls_la_SOURCES += tls_client.c libtls_la_SOURCES += tls_config.c libtls_la_SOURCES += tls_server.c +libtls_la_SOURCES += tls_peer.c libtls_la_SOURCES += tls_util.c libtls_la_SOURCES += tls_verify.c noinst_HEADERS = tls_internal.h -- cgit v1.2.3-55-g6feb