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 /ssl | |
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 'ssl')
-rw-r--r-- | ssl/Makefile.am | 4 |
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) | |||
9 | libssl_la_LIBADD = ../crypto/libcrypto.la | 9 | libssl_la_LIBADD = ../crypto/libcrypto.la |
10 | 10 | ||
11 | libssl_la_SOURCES = bio_ssl.c | 11 | libssl_la_SOURCES = bio_ssl.c |
12 | libssl_la_SOURCES += bs_ber.c | ||
13 | libssl_la_SOURCES += bs_cbb.c | ||
14 | libssl_la_SOURCES += bs_cbs.c | ||
12 | libssl_la_SOURCES += d1_both.c | 15 | libssl_la_SOURCES += d1_both.c |
13 | libssl_la_SOURCES += d1_clnt.c | 16 | libssl_la_SOURCES += d1_clnt.c |
14 | libssl_la_SOURCES += d1_enc.c | 17 | libssl_la_SOURCES += d1_enc.c |
@@ -51,3 +54,4 @@ libssl_la_SOURCES += t1_srvr.c | |||
51 | 54 | ||
52 | noinst_HEADERS = srtp.h | 55 | noinst_HEADERS = srtp.h |
53 | noinst_HEADERS += ssl_locl.h | 56 | noinst_HEADERS += ssl_locl.h |
57 | noinst_HEADERS += bytestring.h | ||