diff options
-rw-r--r-- | ssl/CMakeLists.txt | 1 | ||||
-rw-r--r-- | ssl/Makefile.am | 2 |
2 files changed, 2 insertions, 1 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 |
diff --git a/ssl/Makefile.am b/ssl/Makefile.am index b4d549d..0c82ce0 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am | |||
@@ -49,6 +49,7 @@ libssl_la_SOURCES += t1_enc.c | |||
49 | libssl_la_SOURCES += t1_lib.c | 49 | libssl_la_SOURCES += t1_lib.c |
50 | libssl_la_SOURCES += tls13_buffer.c | 50 | libssl_la_SOURCES += tls13_buffer.c |
51 | libssl_la_SOURCES += tls13_client.c | 51 | libssl_la_SOURCES += tls13_client.c |
52 | libssl_la_SOURCES += tls13_error.c | ||
52 | libssl_la_SOURCES += tls13_handshake.c | 53 | libssl_la_SOURCES += tls13_handshake.c |
53 | libssl_la_SOURCES += tls13_handshake_msg.c | 54 | libssl_la_SOURCES += tls13_handshake_msg.c |
54 | libssl_la_SOURCES += tls13_key_schedule.c | 55 | libssl_la_SOURCES += tls13_key_schedule.c |
@@ -56,7 +57,6 @@ libssl_la_SOURCES += tls13_lib.c | |||
56 | libssl_la_SOURCES += tls13_record.c | 57 | libssl_la_SOURCES += tls13_record.c |
57 | libssl_la_SOURCES += tls13_record_layer.c | 58 | libssl_la_SOURCES += tls13_record_layer.c |
58 | libssl_la_SOURCES += tls13_server.c | 59 | libssl_la_SOURCES += tls13_server.c |
59 | libssl_la_SOURCES += tls13_error.c | ||
60 | 60 | ||
61 | noinst_HEADERS = bytestring.h | 61 | noinst_HEADERS = bytestring.h |
62 | noinst_HEADERS += srtp.h | 62 | noinst_HEADERS += srtp.h |