diff options
author | Brent Cook <busterb@gmail.com> | 2020-01-26 08:44:16 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2020-01-26 08:44:16 -0600 |
commit | 1dc5ece7a9c2c90d5015ac640b742dfa0dc63d3f (patch) | |
tree | eb69e8b3a53413534c8dc463613f5d89178c4af7 /ssl/CMakeLists.txt | |
parent | 7f45db27db87c9570af0541d7989412f966f1fbf (diff) | |
download | portable-1dc5ece7a9c2c90d5015ac640b742dfa0dc63d3f.tar.gz portable-1dc5ece7a9c2c90d5015ac640b742dfa0dc63d3f.tar.bz2 portable-1dc5ece7a9c2c90d5015ac640b742dfa0dc63d3f.zip |
add tls_error for cmake builds
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 a72f759..7dbdda1 100644 --- a/ssl/CMakeLists.txt +++ b/ssl/CMakeLists.txt | |||
@@ -40,6 +40,7 @@ set( | |||
40 | t1_lib.c | 40 | t1_lib.c |
41 | tls13_buffer.c | 41 | tls13_buffer.c |
42 | tls13_client.c | 42 | tls13_client.c |
43 | tls13_error.c | ||
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 |