diff options
author | Brent Cook <busterb@gmail.com> | 2019-01-18 17:13:36 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2019-01-18 17:13:36 -0600 |
commit | e59ea94f623ff6e1aea79589228fcdebe809c97b (patch) | |
tree | ae694fd23dc3437667e6d9fba4084ea1dcd36676 /ssl/Makefile.am | |
parent | 7032d88bfd6a28e9ea72b08d14feb5775def3e2f (diff) | |
download | portable-e59ea94f623ff6e1aea79589228fcdebe809c97b.tar.gz portable-e59ea94f623ff6e1aea79589228fcdebe809c97b.tar.bz2 portable-e59ea94f623ff6e1aea79589228fcdebe809c97b.zip |
add tls13_[tlsext|buffer].* and buffertest
Diffstat (limited to 'ssl/Makefile.am')
-rw-r--r-- | ssl/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ssl/Makefile.am b/ssl/Makefile.am index 4cc1d1d..ffbfc2f 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am | |||
@@ -46,8 +46,10 @@ libssl_la_SOURCES += ssl_versions.c | |||
46 | libssl_la_SOURCES += t1_enc.c | 46 | libssl_la_SOURCES += t1_enc.c |
47 | libssl_la_SOURCES += t1_hash.c | 47 | libssl_la_SOURCES += t1_hash.c |
48 | libssl_la_SOURCES += t1_lib.c | 48 | libssl_la_SOURCES += t1_lib.c |
49 | libssl_la_SOURCES += tls13_buffer.c | ||
49 | libssl_la_SOURCES += tls13_handshake.c | 50 | libssl_la_SOURCES += tls13_handshake.c |
50 | libssl_la_SOURCES += tls13_key_schedule.c | 51 | libssl_la_SOURCES += tls13_key_schedule.c |
52 | libssl_la_SOURCES += tls13_tlsext.c | ||
51 | 53 | ||
52 | noinst_HEADERS = bytestring.h | 54 | noinst_HEADERS = bytestring.h |
53 | noinst_HEADERS += srtp.h | 55 | noinst_HEADERS += srtp.h |
@@ -55,3 +57,4 @@ noinst_HEADERS += ssl_locl.h | |||
55 | noinst_HEADERS += ssl_sigalgs.h | 57 | noinst_HEADERS += ssl_sigalgs.h |
56 | noinst_HEADERS += ssl_tlsext.h | 58 | noinst_HEADERS += ssl_tlsext.h |
57 | noinst_HEADERS += tls13_internal.h | 59 | noinst_HEADERS += tls13_internal.h |
60 | noinst_HEADERS += tls13_tlsext.h | ||