flesh out libtls test program a bit, move to tests

This commit is contained in:
Brent Cook
2015-05-23 19:23:35 -05:00
parent 1a369f0fd7
commit 901ea927ce
6 changed files with 56 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ AM_CFLAGS = -I$(top_srcdir)/include
lib_LTLIBRARIES = libtls.la
libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined
libtls_la_LIBADD = -lcrypto -lssl $(PLATFORM_LDADD)
libtls_la_LIBADD = -lcrypto -lssl -lcrypto $(PLATFORM_LDADD)
libtls_la_LIBADD += $(top_builddir)/compat/libcompat.la
libtls_la_LIBADD += $(top_builddir)/compat/libcompatnoopt.la