diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-13 03:48:46 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-13 03:48:46 -0500 |
commit | 82e96d3565fb9c16b4ab9a6684d1c4b7d514212f (patch) | |
tree | f15f4095ba4607efe03449f260f07291400da10d /tls/Makefile.am | |
parent | a787f964a158aec0fd77d9969e1e600f431f4e38 (diff) | |
download | portable-82e96d3565fb9c16b4ab9a6684d1c4b7d514212f.tar.gz portable-82e96d3565fb9c16b4ab9a6684d1c4b7d514212f.tar.bz2 portable-82e96d3565fb9c16b4ab9a6684d1c4b7d514212f.zip |
include new tls headers
Diffstat (limited to 'tls/Makefile.am')
-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 ed3f3c3..3621e8e 100644 --- a/tls/Makefile.am +++ b/tls/Makefile.am | |||
@@ -11,6 +11,7 @@ libtls_la_LIBADD = ../crypto/libcrypto.la ../ssl/libssl.la $(PLATFORM_LDADD) | |||
11 | libtls_la_SOURCES = tls.c | 11 | 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_conninfo.c | ||
14 | libtls_la_SOURCES += tls_server.c | 15 | libtls_la_SOURCES += tls_server.c |
15 | libtls_la_SOURCES += tls_peer.c | 16 | libtls_la_SOURCES += tls_peer.c |
16 | libtls_la_SOURCES += tls_util.c | 17 | libtls_la_SOURCES += tls_util.c |