diff options
author | Theo Buehler <tb@openbsd.org> | 2022-11-08 10:56:10 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2022-11-08 10:56:10 +0100 |
commit | 72510bc2d6fcc1e449743cd87b9a3a86c71ec333 (patch) | |
tree | 5776a3e2b3ad097466783f1108849f9df814e623 /ssl | |
parent | b21936e58f9dbdd149ad38918cacfeec5885576b (diff) | |
download | portable-72510bc2d6fcc1e449743cd87b9a3a86c71ec333.tar.gz portable-72510bc2d6fcc1e449743cd87b9a3a86c71ec333.tar.bz2 portable-72510bc2d6fcc1e449743cd87b9a3a86c71ec333.zip |
Add tls12_internal.h
Diffstat (limited to 'ssl')
-rw-r--r-- | ssl/Makefile.am | 1 |
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 | |||
99 | noinst_HEADERS += ssl_tlsext.h | 99 | noinst_HEADERS += ssl_tlsext.h |
100 | noinst_HEADERS += tls_content.h | 100 | noinst_HEADERS += tls_content.h |
101 | noinst_HEADERS += tls_internal.h | 101 | noinst_HEADERS += tls_internal.h |
102 | noinst_HEADERS += tls12_internal.h | ||
102 | noinst_HEADERS += tls13_internal.h | 103 | noinst_HEADERS += tls13_internal.h |
103 | noinst_HEADERS += tls13_handshake.h | 104 | noinst_HEADERS += tls13_handshake.h |
104 | noinst_HEADERS += tls13_record.h | 105 | noinst_HEADERS += tls13_record.h |