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/Makefile.am | |
parent | 91d26602c97bb7d00386b0f6812046daf12eafe8 (diff) | |
download | portable-3ab11de0f1c015f7283f247b278b4194744dd888.tar.gz portable-3ab11de0f1c015f7283f247b278b4194744dd888.tar.bz2 portable-3ab11de0f1c015f7283f247b278b4194744dd888.zip |
adjust for latest upstream changes
Diffstat (limited to 'ssl/Makefile.am')
-rw-r--r-- | ssl/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
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 |