From be5d0cca13c00f5615c16fcfaa5674558a29568b Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 6 Feb 2015 20:17:31 -0600 Subject: update with latest, add more tests this adds the new bytestring apis and new regression tests --- ssl/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ssl') diff --git a/ssl/Makefile.am b/ssl/Makefile.am index 5dad39f..7d66795 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am @@ -9,6 +9,9 @@ libssl_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS) libssl_la_LIBADD = ../crypto/libcrypto.la libssl_la_SOURCES = bio_ssl.c +libssl_la_SOURCES += bs_ber.c +libssl_la_SOURCES += bs_cbb.c +libssl_la_SOURCES += bs_cbs.c libssl_la_SOURCES += d1_both.c libssl_la_SOURCES += d1_clnt.c libssl_la_SOURCES += d1_enc.c @@ -51,3 +54,4 @@ libssl_la_SOURCES += t1_srvr.c noinst_HEADERS = srtp.h noinst_HEADERS += ssl_locl.h +noinst_HEADERS += bytestring.h -- cgit v1.2.3-55-g6feb