diff options
author | Theo Buehler <tb@openbsd.org> | 2022-11-27 10:11:51 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2022-11-27 10:13:06 +0100 |
commit | f39a1b4b64910394382c55b387efc11a28bc9338 (patch) | |
tree | 77d922fcc249d13075b45036001834a06fc74e54 /ssl | |
parent | fb342b434bbbffa9a0ac36260b45e515baa9374f (diff) | |
download | portable-f39a1b4b64910394382c55b387efc11a28bc9338.tar.gz portable-f39a1b4b64910394382c55b387efc11a28bc9338.tar.bz2 portable-f39a1b4b64910394382c55b387efc11a28bc9338.zip |
Update */Makefile.am for internal header renaming
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 |