aboutsummaryrefslogtreecommitdiff
path: root/ssl/CMakeLists.txt
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2019-01-20 15:28:46 -0600
committerBrent Cook <busterb@gmail.com>2019-01-20 15:28:46 -0600
commit695919e059a17a8ebd49f134d280cfe9eb33810f (patch)
treea358ddf2474d5d88a5c588a166debe6e2540b237 /ssl/CMakeLists.txt
parent26c8896c6b5dc88dec43f6c6d7217840a162a9b4 (diff)
downloadportable-695919e059a17a8ebd49f134d280cfe9eb33810f.tar.gz
portable-695919e059a17a8ebd49f134d280cfe9eb33810f.tar.bz2
portable-695919e059a17a8ebd49f134d280cfe9eb33810f.zip
add new files and tests
Diffstat (limited to 'ssl/CMakeLists.txt')
-rw-r--r--ssl/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt
index 7e992d0..f125946 100644
--- a/ssl/CMakeLists.txt
+++ b/ssl/CMakeLists.txt
@@ -40,6 +40,7 @@ set(
40 tls13_buffer.c 40 tls13_buffer.c
41 tls13_handshake.c 41 tls13_handshake.c
42 tls13_key_schedule.c 42 tls13_key_schedule.c
43 tls13_record.c
43) 44)
44 45
45add_library(ssl ${SSL_SRC}) 46add_library(ssl ${SSL_SRC})