diff options
author | Brent Cook <bcook@openbsd.org> | 2015-02-06 20:17:31 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-02-06 20:17:31 -0600 |
commit | be5d0cca13c00f5615c16fcfaa5674558a29568b (patch) | |
tree | bc654c5639e8dd9c280111efe1954f990118eff4 /tests | |
parent | a323f52a3ffbdaf554efa4f5924315aff3123891 (diff) | |
download | portable-be5d0cca13c00f5615c16fcfaa5674558a29568b.tar.gz portable-be5d0cca13c00f5615c16fcfaa5674558a29568b.tar.bz2 portable-be5d0cca13c00f5615c16fcfaa5674558a29568b.zip |
update with latest, add more tests
this adds the new bytestring apis and new regression tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am.tpl b/tests/Makefile.am.tpl index b2a4920..26334af 100644 --- a/tests/Makefile.am.tpl +++ b/tests/Makefile.am.tpl | |||
@@ -2,6 +2,7 @@ include $(top_srcdir)/Makefile.am.common | |||
2 | 2 | ||
3 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes | 3 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes |
4 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1 | 4 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1 |
5 | AM_CPPFLAGS += -I $(top_srcdir)/ssl | ||
5 | 6 | ||
6 | LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) | 7 | LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) |
7 | LDADD += $(top_builddir)/ssl/libssl.la | 8 | LDADD += $(top_builddir)/ssl/libssl.la |