diff options
author | George Kadianakis <desnacked@riseup.net> | 2017-02-28 13:46:36 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-04-13 09:22:19 -0400 |
commit | 50b0bc5bfe7903ba129baaed86ac409541ebfdf8 (patch) | |
tree | 67702189f8ea1d54c52bd854822d165620c7a131 /src/or/include.am | |
parent | efa5bbaba07d20d1aacff7d1d2a5fe08a6ec2d72 (diff) | |
download | tor-50b0bc5bfe7903ba129baaed86ac409541ebfdf8.tar.gz tor-50b0bc5bfe7903ba129baaed86ac409541ebfdf8.zip |
prop224: Add module that performs the HS ntor handshake.
and also does the key expansion.
Diffstat (limited to 'src/or/include.am')
-rw-r--r-- | src/or/include.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/include.am b/src/or/include.am index 4e54deca55..a6b60c16db 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -48,6 +48,7 @@ LIBTOR_A_SOURCES = \ src/or/geoip.c \ src/or/hs_intropoint.c \ src/or/hs_circuitmap.c \ + src/or/hs_ntor.c \ src/or/hs_service.c \ src/or/entrynodes.c \ src/or/ext_orport.c \ @@ -171,6 +172,7 @@ ORHEADERS = \ src/or/hs_descriptor.h \ src/or/hs_intropoint.h \ src/or/hs_circuitmap.h \ + src/or/hs_ntor.h \ src/or/hs_service.h \ src/or/keypin.h \ src/or/main.h \ |