diff options
Diffstat (limited to 'ssl')
-rw-r--r-- | ssl/CMakeLists.txt | 2 | ||||
-rw-r--r-- | ssl/Makefile.am | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt index 8e974a8..4c7357a 100644 --- a/ssl/CMakeLists.txt +++ b/ssl/CMakeLists.txt | |||
@@ -64,8 +64,8 @@ set( | |||
64 | add_library(ssl_obj OBJECT ${SSL_SRC}) | 64 | add_library(ssl_obj OBJECT ${SSL_SRC}) |
65 | target_include_directories(ssl_obj | 65 | target_include_directories(ssl_obj |
66 | PRIVATE | 66 | PRIVATE |
67 | . | ||
68 | ../crypto/bio | 67 | ../crypto/bio |
68 | . | ||
69 | ../include/compat | 69 | ../include/compat |
70 | PUBLIC | 70 | PUBLIC |
71 | ../include) | 71 | ../include) |
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 |