diff options
Diffstat (limited to 'ssl/CMakeLists.txt')
-rw-r--r-- | ssl/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt index 5c13e5d..b790fb4 100644 --- a/ssl/CMakeLists.txt +++ b/ssl/CMakeLists.txt | |||
@@ -36,6 +36,7 @@ set( | |||
36 | t1_enc.c | 36 | t1_enc.c |
37 | t1_hash.c | 37 | t1_hash.c |
38 | t1_lib.c | 38 | t1_lib.c |
39 | tls13_key_schedule.c | ||
39 | ) | 40 | ) |
40 | 41 | ||
41 | add_library(ssl ${SSL_SRC}) | 42 | add_library(ssl ${SSL_SRC}) |