diff options
| -rw-r--r-- | ssl/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | ssl/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt index 5c6460f..a72f759 100644 --- a/ssl/CMakeLists.txt +++ b/ssl/CMakeLists.txt | |||
| @@ -46,6 +46,7 @@ set( | |||
| 46 | tls13_lib.c | 46 | tls13_lib.c |
| 47 | tls13_record.c | 47 | tls13_record.c |
| 48 | tls13_record_layer.c | 48 | tls13_record_layer.c |
| 49 | tls13_server.c | ||
| 49 | ) | 50 | ) |
| 50 | 51 | ||
| 51 | add_library(ssl ${SSL_SRC}) | 52 | add_library(ssl ${SSL_SRC}) |
diff --git a/ssl/Makefile.am b/ssl/Makefile.am index 8b80c7b..2651181 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am | |||
| @@ -55,6 +55,7 @@ libssl_la_SOURCES += tls13_key_schedule.c | |||
| 55 | libssl_la_SOURCES += tls13_lib.c | 55 | libssl_la_SOURCES += tls13_lib.c |
| 56 | libssl_la_SOURCES += tls13_record.c | 56 | libssl_la_SOURCES += tls13_record.c |
| 57 | libssl_la_SOURCES += tls13_record_layer.c | 57 | libssl_la_SOURCES += tls13_record_layer.c |
| 58 | libssl_la_SOURCES += tls13_server.c | ||
| 58 | 59 | ||
| 59 | noinst_HEADERS = bytestring.h | 60 | noinst_HEADERS = bytestring.h |
| 60 | noinst_HEADERS += srtp.h | 61 | noinst_HEADERS += srtp.h |
