aboutsummaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-02-06 20:17:31 -0600
committerBrent Cook <bcook@openbsd.org>2015-02-06 20:17:31 -0600
commitbe5d0cca13c00f5615c16fcfaa5674558a29568b (patch)
treebc654c5639e8dd9c280111efe1954f990118eff4 /ssl
parenta323f52a3ffbdaf554efa4f5924315aff3123891 (diff)
downloadportable-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 'ssl')
-rw-r--r--ssl/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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)
9libssl_la_LIBADD = ../crypto/libcrypto.la 9libssl_la_LIBADD = ../crypto/libcrypto.la
10 10
11libssl_la_SOURCES = bio_ssl.c 11libssl_la_SOURCES = bio_ssl.c
12libssl_la_SOURCES += bs_ber.c
13libssl_la_SOURCES += bs_cbb.c
14libssl_la_SOURCES += bs_cbs.c
12libssl_la_SOURCES += d1_both.c 15libssl_la_SOURCES += d1_both.c
13libssl_la_SOURCES += d1_clnt.c 16libssl_la_SOURCES += d1_clnt.c
14libssl_la_SOURCES += d1_enc.c 17libssl_la_SOURCES += d1_enc.c
@@ -51,3 +54,4 @@ libssl_la_SOURCES += t1_srvr.c
51 54
52noinst_HEADERS = srtp.h 55noinst_HEADERS = srtp.h
53noinst_HEADERS += ssl_locl.h 56noinst_HEADERS += ssl_locl.h
57noinst_HEADERS += bytestring.h