diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-12 18:01:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-21 12:25:33 -0400 |
commit | b9ca8f2356a98630a262951486cd10436963e169 (patch) | |
tree | f99e32f00b5fa3eebafd408db66dc9e5f95a0d03 /src/lib/tls/include.am | |
parent | 108d9879eb814bc06095a1819d98b1c7c9a38e88 (diff) | |
download | tor-b9ca8f2356a98630a262951486cd10436963e169.tar.gz tor-b9ca8f2356a98630a262951486cd10436963e169.zip |
Extract internal-only parts of x509.h
Diffstat (limited to 'src/lib/tls/include.am')
-rw-r--r-- | src/lib/tls/include.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/tls/include.am b/src/lib/tls/include.am index 1731049032..b25e2e16bf 100644 --- a/src/lib/tls/include.am +++ b/src/lib/tls/include.am @@ -34,4 +34,5 @@ noinst_HEADERS += \ src/lib/tls/tortls.h \ src/lib/tls/tortls_internal.h \ src/lib/tls/tortls_st.h \ - src/lib/tls/x509.h + src/lib/tls/x509.h \ + src/lib/tls/x509_internal.h |