diff options
author | Brent Cook <busterb@gmail.com> | 2019-01-20 16:25:25 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2019-01-20 16:25:25 -0600 |
commit | f67724d08479257a8afd1ec94ad3a4d77b2670e6 (patch) | |
tree | ac21eab64ed7cd413163f16c5a16fb2b34dd0bff | |
parent | 695919e059a17a8ebd49f134d280cfe9eb33810f (diff) | |
download | portable-f67724d08479257a8afd1ec94ad3a4d77b2670e6.tar.gz portable-f67724d08479257a8afd1ec94ad3a4d77b2670e6.tar.bz2 portable-f67724d08479257a8afd1ec94ad3a4d77b2670e6.zip |
add more tls13 files
-rw-r--r-- | ssl/CMakeLists.txt | 2 | ||||
-rw-r--r-- | ssl/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt index f125946..603b696 100644 --- a/ssl/CMakeLists.txt +++ b/ssl/CMakeLists.txt | |||
@@ -39,8 +39,10 @@ set( | |||
39 | t1_lib.c | 39 | t1_lib.c |
40 | tls13_buffer.c | 40 | tls13_buffer.c |
41 | tls13_handshake.c | 41 | tls13_handshake.c |
42 | tls13_handshake_msg.c | ||
42 | tls13_key_schedule.c | 43 | tls13_key_schedule.c |
43 | tls13_record.c | 44 | tls13_record.c |
45 | tls13_record_layer.c | ||
44 | ) | 46 | ) |
45 | 47 | ||
46 | add_library(ssl ${SSL_SRC}) | 48 | add_library(ssl ${SSL_SRC}) |
diff --git a/ssl/Makefile.am b/ssl/Makefile.am index 992dc86..1f77193 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am | |||
@@ -48,8 +48,10 @@ 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_buffer.c |
50 | libssl_la_SOURCES += tls13_handshake.c | 50 | libssl_la_SOURCES += tls13_handshake.c |
51 | libssl_la_SOURCES += tls13_handshake_msg.c | ||
51 | libssl_la_SOURCES += tls13_key_schedule.c | 52 | libssl_la_SOURCES += tls13_key_schedule.c |
52 | libssl_la_SOURCES += tls13_record.c | 53 | libssl_la_SOURCES += tls13_record.c |
54 | libssl_la_SOURCES += tls13_record_layer.c | ||
53 | 55 | ||
54 | noinst_HEADERS = bytestring.h | 56 | noinst_HEADERS = bytestring.h |
55 | noinst_HEADERS += srtp.h | 57 | noinst_HEADERS += srtp.h |