From 50b0bc5bfe7903ba129baaed86ac409541ebfdf8 Mon Sep 17 00:00:00 2001 From: George Kadianakis Date: Tue, 28 Feb 2017 13:46:36 +0200 Subject: prop224: Add module that performs the HS ntor handshake. and also does the key expansion. --- src/or/include.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/include.am') 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 \ -- cgit v1.2.3-54-g00ecf