diff options
Diffstat (limited to 'ssl/CMakeLists.txt')
-rw-r--r-- | ssl/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt index f346274..a20cb04 100644 --- a/ssl/CMakeLists.txt +++ b/ssl/CMakeLists.txt | |||
@@ -35,6 +35,7 @@ set( | |||
35 | t1_lib.c | 35 | t1_lib.c |
36 | tls_buffer.c | 36 | tls_buffer.c |
37 | tls_content.c | 37 | tls_content.c |
38 | tls_key_share.c | ||
38 | tls12_key_schedule.c | 39 | tls12_key_schedule.c |
39 | tls12_lib.c | 40 | tls12_lib.c |
40 | tls12_record_layer.c | 41 | tls12_record_layer.c |
@@ -43,7 +44,6 @@ set( | |||
43 | tls13_handshake.c | 44 | tls13_handshake.c |
44 | tls13_handshake_msg.c | 45 | tls13_handshake_msg.c |
45 | tls13_key_schedule.c | 46 | tls13_key_schedule.c |
46 | tls13_key_share.c | ||
47 | tls13_legacy.c | 47 | tls13_legacy.c |
48 | tls13_lib.c | 48 | tls13_lib.c |
49 | tls13_record.c | 49 | tls13_record.c |