diff options
Diffstat (limited to 'ssl/Makefile.am')
-rw-r--r-- | ssl/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ssl/Makefile.am b/ssl/Makefile.am index d5c0466..6591ffa 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am | |||
@@ -39,6 +39,9 @@ libbs_la_SOURCES += bs_cbb.c | |||
39 | libbs_la_SOURCES += bs_cbs.c | 39 | libbs_la_SOURCES += bs_cbs.c |
40 | noinst_HEADERS = bytestring.h | 40 | noinst_HEADERS = bytestring.h |
41 | 41 | ||
42 | noinst_HEADERS += hidden/ssl_namespace.h | ||
43 | noinst_HEADERS += hidden/openssl/ssl.h | ||
44 | |||
42 | libssl_la_SOURCES = bio_ssl.c | 45 | libssl_la_SOURCES = bio_ssl.c |
43 | libssl_la_SOURCES += d1_both.c | 46 | libssl_la_SOURCES += d1_both.c |
44 | libssl_la_SOURCES += d1_lib.c | 47 | libssl_la_SOURCES += d1_lib.c |
@@ -93,12 +96,13 @@ libssl_la_SOURCES += tls13_record_layer.c | |||
93 | libssl_la_SOURCES += tls13_server.c | 96 | libssl_la_SOURCES += tls13_server.c |
94 | 97 | ||
95 | noinst_HEADERS += srtp.h | 98 | noinst_HEADERS += srtp.h |
96 | noinst_HEADERS += dtls_locl.h | 99 | noinst_HEADERS += dtls_local.h |
97 | noinst_HEADERS += ssl_locl.h | 100 | noinst_HEADERS += ssl_local.h |
98 | noinst_HEADERS += ssl_sigalgs.h | 101 | noinst_HEADERS += ssl_sigalgs.h |
99 | noinst_HEADERS += ssl_tlsext.h | 102 | noinst_HEADERS += ssl_tlsext.h |
100 | noinst_HEADERS += tls_content.h | 103 | noinst_HEADERS += tls_content.h |
101 | noinst_HEADERS += tls_internal.h | 104 | noinst_HEADERS += tls_internal.h |
105 | noinst_HEADERS += tls12_internal.h | ||
102 | noinst_HEADERS += tls13_internal.h | 106 | noinst_HEADERS += tls13_internal.h |
103 | noinst_HEADERS += tls13_handshake.h | 107 | noinst_HEADERS += tls13_handshake.h |
104 | noinst_HEADERS += tls13_record.h | 108 | noinst_HEADERS += tls13_record.h |