diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-12 07:48:06 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-12 08:08:24 -0500 |
commit | 854f4f69af9003c0c29d3838001f549beaf36936 (patch) | |
tree | 913e183b140e6a974efa7643ec217d0f6d574257 /tls | |
parent | 34bfb6ecb5d178ee62b402ee344d0f6caf5cdad0 (diff) | |
download | portable-854f4f69af9003c0c29d3838001f549beaf36936.tar.gz portable-854f4f69af9003c0c29d3838001f549beaf36936.tar.bz2 portable-854f4f69af9003c0c29d3838001f549beaf36936.zip |
add 'nc' to the distribution as an example of libtls client and server
Diffstat (limited to 'tls')
-rw-r--r-- | tls/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
12 | libtls_la_SOURCES += tls_client.c | 12 | libtls_la_SOURCES += tls_client.c |
13 | libtls_la_SOURCES += tls_config.c | 13 | libtls_la_SOURCES += tls_config.c |
14 | libtls_la_SOURCES += tls_server.c | 14 | libtls_la_SOURCES += tls_server.c |
15 | libtls_la_SOURCES += tls_peer.c | ||
15 | libtls_la_SOURCES += tls_util.c | 16 | libtls_la_SOURCES += tls_util.c |
16 | libtls_la_SOURCES += tls_verify.c | 17 | libtls_la_SOURCES += tls_verify.c |
17 | noinst_HEADERS = tls_internal.h | 18 | noinst_HEADERS = tls_internal.h |