diff options
author | Brent Cook <busterb@gmail.com> | 2019-01-18 18:38:59 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2019-01-18 18:38:59 -0600 |
commit | 3ab11de0f1c015f7283f247b278b4194744dd888 (patch) | |
tree | 6ce761da59f32ac2b915016ef781159dcced3284 /ssl | |
parent | 91d26602c97bb7d00386b0f6812046daf12eafe8 (diff) | |
download | portable-3ab11de0f1c015f7283f247b278b4194744dd888.tar.gz portable-3ab11de0f1c015f7283f247b278b4194744dd888.tar.bz2 portable-3ab11de0f1c015f7283f247b278b4194744dd888.zip |
adjust for latest upstream changes
Diffstat (limited to 'ssl')
-rw-r--r-- | ssl/CMakeLists.txt | 1 | ||||
-rw-r--r-- | ssl/Makefile.am | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt index 219d081..7e992d0 100644 --- a/ssl/CMakeLists.txt +++ b/ssl/CMakeLists.txt | |||
@@ -40,7 +40,6 @@ set( | |||
40 | tls13_buffer.c | 40 | tls13_buffer.c |
41 | tls13_handshake.c | 41 | tls13_handshake.c |
42 | tls13_key_schedule.c | 42 | tls13_key_schedule.c |
43 | tls13_tlsext.c | ||
44 | ) | 43 | ) |
45 | 44 | ||
46 | add_library(ssl ${SSL_SRC}) | 45 | add_library(ssl ${SSL_SRC}) |
diff --git a/ssl/Makefile.am b/ssl/Makefile.am index ffbfc2f..9122a72 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am | |||
@@ -49,7 +49,6 @@ libssl_la_SOURCES += t1_lib.c | |||
49 | libssl_la_SOURCES += tls13_buffer.c | 49 | libssl_la_SOURCES += tls13_buffer.c |
50 | libssl_la_SOURCES += tls13_handshake.c | 50 | libssl_la_SOURCES += tls13_handshake.c |
51 | libssl_la_SOURCES += tls13_key_schedule.c | 51 | libssl_la_SOURCES += tls13_key_schedule.c |
52 | libssl_la_SOURCES += tls13_tlsext.c | ||
53 | 52 | ||
54 | noinst_HEADERS = bytestring.h | 53 | noinst_HEADERS = bytestring.h |
55 | noinst_HEADERS += srtp.h | 54 | noinst_HEADERS += srtp.h |
@@ -57,4 +56,4 @@ noinst_HEADERS += ssl_locl.h | |||
57 | noinst_HEADERS += ssl_sigalgs.h | 56 | noinst_HEADERS += ssl_sigalgs.h |
58 | noinst_HEADERS += ssl_tlsext.h | 57 | noinst_HEADERS += ssl_tlsext.h |
59 | noinst_HEADERS += tls13_internal.h | 58 | noinst_HEADERS += tls13_internal.h |
60 | noinst_HEADERS += tls13_tlsext.h | 59 | noinst_HEADERS += tls13_handshake.h |