diff options
Diffstat (limited to 'ssl')
-rw-r--r-- | ssl/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssl/Makefile.am b/ssl/Makefile.am index 8750f77..6591ffa 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am | |||
@@ -96,8 +96,8 @@ libssl_la_SOURCES += tls13_record_layer.c | |||
96 | libssl_la_SOURCES += tls13_server.c | 96 | libssl_la_SOURCES += tls13_server.c |
97 | 97 | ||
98 | noinst_HEADERS += srtp.h | 98 | noinst_HEADERS += srtp.h |
99 | noinst_HEADERS += dtls_locl.h | 99 | noinst_HEADERS += dtls_local.h |
100 | noinst_HEADERS += ssl_locl.h | 100 | noinst_HEADERS += ssl_local.h |
101 | noinst_HEADERS += ssl_sigalgs.h | 101 | noinst_HEADERS += ssl_sigalgs.h |
102 | noinst_HEADERS += ssl_tlsext.h | 102 | noinst_HEADERS += ssl_tlsext.h |
103 | noinst_HEADERS += tls_content.h | 103 | noinst_HEADERS += tls_content.h |