aboutsummaryrefslogtreecommitdiff
path: root/ssl/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/CMakeLists.txt')
-rw-r--r--ssl/CMakeLists.txt2
1 files changed, 2 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
46add_library(ssl ${SSL_SRC}) 48add_library(ssl ${SSL_SRC})