From f39a1b4b64910394382c55b387efc11a28bc9338 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sun, 27 Nov 2022 10:11:51 +0100 Subject: Update */Makefile.am for internal header renaming --- ssl/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ssl') 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 libssl_la_SOURCES += tls13_server.c noinst_HEADERS += srtp.h -noinst_HEADERS += dtls_locl.h -noinst_HEADERS += ssl_locl.h +noinst_HEADERS += dtls_local.h +noinst_HEADERS += ssl_local.h noinst_HEADERS += ssl_sigalgs.h noinst_HEADERS += ssl_tlsext.h noinst_HEADERS += tls_content.h -- cgit v1.2.3-55-g6feb