diff options
author | Brent Cook <busterb@gmail.com> | 2021-05-30 18:16:41 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2021-05-30 18:16:41 -0500 |
commit | 5f9707abf4b4326e8f3ebb401ad6cba0ce2dca3d (patch) | |
tree | bc4f106679d14e916eeea44ef9850e8265f5477f /ssl | |
parent | e55410dc80acd7d40f8a30007870d1ce7ce33034 (diff) | |
download | portable-5f9707abf4b4326e8f3ebb401ad6cba0ce2dca3d.tar.gz portable-5f9707abf4b4326e8f3ebb401ad6cba0ce2dca3d.tar.bz2 portable-5f9707abf4b4326e8f3ebb401ad6cba0ce2dca3d.zip |
add dtls_locl.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 4586b97..935e3f8 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am | |||
@@ -76,6 +76,7 @@ libssl_la_SOURCES += tls13_server.c | |||
76 | 76 | ||
77 | noinst_HEADERS = bytestring.h | 77 | noinst_HEADERS = bytestring.h |
78 | noinst_HEADERS += srtp.h | 78 | noinst_HEADERS += srtp.h |
79 | noinst_HEADERS += dtls_locl.h | ||
79 | noinst_HEADERS += ssl_locl.h | 80 | noinst_HEADERS += ssl_locl.h |
80 | noinst_HEADERS += ssl_sigalgs.h | 81 | noinst_HEADERS += ssl_sigalgs.h |
81 | noinst_HEADERS += ssl_tlsext.h | 82 | noinst_HEADERS += ssl_tlsext.h |