update with latest, add more tests

this adds the new bytestring apis and new regression tests
This commit is contained in:
Brent Cook
2015-02-06 20:17:31 -06:00
parent a323f52a3f
commit be5d0cca13
4 changed files with 11 additions and 15 deletions

View File

@@ -2,6 +2,7 @@ include $(top_srcdir)/Makefile.am.common
AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes
AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1
AM_CPPFLAGS += -I $(top_srcdir)/ssl
LDADD = $(PLATFORM_LDADD) $(PROG_LDADD)
LDADD += $(top_builddir)/ssl/libssl.la