aboutsummaryrefslogtreecommitdiff
path: root/ssl/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/CMakeLists.txt')
-rw-r--r--ssl/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt
index 7dbdda1..3e72129 100644
--- a/ssl/CMakeLists.txt
+++ b/ssl/CMakeLists.txt
@@ -23,6 +23,7 @@ set(
23 ssl_clnt.c 23 ssl_clnt.c
24 ssl_err.c 24 ssl_err.c
25 ssl_init.c 25 ssl_init.c
26 ssl_kex.c
26 ssl_lib.c 27 ssl_lib.c
27 ssl_methods.c 28 ssl_methods.c
28 ssl_packet.c 29 ssl_packet.c
@@ -44,6 +45,8 @@ set(
44 tls13_handshake.c 45 tls13_handshake.c
45 tls13_handshake_msg.c 46 tls13_handshake_msg.c
46 tls13_key_schedule.c 47 tls13_key_schedule.c
48 tls13_key_share.c
49 tls13_legacy.c
47 tls13_lib.c 50 tls13_lib.c
48 tls13_record.c 51 tls13_record.c
49 tls13_record_layer.c 52 tls13_record_layer.c