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/CMakeLists.txt | |
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/CMakeLists.txt')
-rw-r--r-- | ssl/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt index 911d6bc..219d081 100644 --- a/ssl/CMakeLists.txt +++ b/ssl/CMakeLists.txt | |||
@@ -37,8 +37,10 @@ set( | |||
37 | t1_enc.c | 37 | t1_enc.c |
38 | t1_hash.c | 38 | t1_hash.c |
39 | t1_lib.c | 39 | t1_lib.c |
40 | tls13_buffer.c | ||
40 | tls13_handshake.c | 41 | tls13_handshake.c |
41 | tls13_key_schedule.c | 42 | tls13_key_schedule.c |
43 | tls13_tlsext.c | ||
42 | ) | 44 | ) |
43 | 45 | ||
44 | add_library(ssl ${SSL_SRC}) | 46 | add_library(ssl ${SSL_SRC}) |