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 603b696..7be12d0 100644
--- a/ssl/CMakeLists.txt
+++ b/ssl/CMakeLists.txt
@@ -19,6 +19,7 @@ set(
19 ssl_both.c 19 ssl_both.c
20 ssl_cert.c 20 ssl_cert.c
21 ssl_ciph.c 21 ssl_ciph.c
22 ssl_ciphers.c
22 ssl_clnt.c 23 ssl_clnt.c
23 ssl_err.c 24 ssl_err.c
24 ssl_init.c 25 ssl_init.c
@@ -41,6 +42,7 @@ set(
41 tls13_handshake.c 42 tls13_handshake.c
42 tls13_handshake_msg.c 43 tls13_handshake_msg.c
43 tls13_key_schedule.c 44 tls13_key_schedule.c
45 tls13_lib.c
44 tls13_record.c 46 tls13_record.c
45 tls13_record_layer.c 47 tls13_record_layer.c
46) 48)