aboutsummaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2022-11-08 10:56:10 +0100
committerTheo Buehler <tb@openbsd.org>2022-11-08 10:56:10 +0100
commit72510bc2d6fcc1e449743cd87b9a3a86c71ec333 (patch)
tree5776a3e2b3ad097466783f1108849f9df814e623 /ssl
parentb21936e58f9dbdd149ad38918cacfeec5885576b (diff)
downloadportable-72510bc2d6fcc1e449743cd87b9a3a86c71ec333.tar.gz
portable-72510bc2d6fcc1e449743cd87b9a3a86c71ec333.tar.bz2
portable-72510bc2d6fcc1e449743cd87b9a3a86c71ec333.zip
Add tls12_internal.h
Diffstat (limited to 'ssl')
-rw-r--r--ssl/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/Makefile.am b/ssl/Makefile.am
index d5c0466..f1bd897 100644
--- a/ssl/Makefile.am
+++ b/ssl/Makefile.am
@@ -99,6 +99,7 @@ noinst_HEADERS += ssl_sigalgs.h
99noinst_HEADERS += ssl_tlsext.h 99noinst_HEADERS += ssl_tlsext.h
100noinst_HEADERS += tls_content.h 100noinst_HEADERS += tls_content.h
101noinst_HEADERS += tls_internal.h 101noinst_HEADERS += tls_internal.h
102noinst_HEADERS += tls12_internal.h
102noinst_HEADERS += tls13_internal.h 103noinst_HEADERS += tls13_internal.h
103noinst_HEADERS += tls13_handshake.h 104noinst_HEADERS += tls13_handshake.h
104noinst_HEADERS += tls13_record.h 105noinst_HEADERS += tls13_record.h