diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-20 09:35:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-20 09:35:05 -0400 |
commit | 0dab29ce1069c2ebec22a75669aa8242fdc15882 (patch) | |
tree | c4db0ff4bef4870ac94c1d38135e4c0bf94d47d9 /src/or/relay_crypto.c | |
parent | 257b28077676f6d8a3c0d2beef37a9414c747de9 (diff) | |
download | tor-0dab29ce1069c2ebec22a75669aa8242fdc15882.tar.gz tor-0dab29ce1069c2ebec22a75669aa8242fdc15882.zip |
Run rectify_include_paths.py
Diffstat (limited to 'src/or/relay_crypto.c')
-rw-r--r-- | src/or/relay_crypto.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/or/relay_crypto.c b/src/or/relay_crypto.c index 82ff9aca88..5179984e7d 100644 --- a/src/or/relay_crypto.c +++ b/src/or/relay_crypto.c @@ -4,17 +4,17 @@ * Copyright (c) 2007-2018, The Tor Project, Inc. */ /* See LICENSE for licensing information */ -#include "or.h" -#include "circuitlist.h" -#include "config.h" -#include "crypto_util.h" -#include "hs_ntor.h" // for HS_NTOR_KEY_EXPANSION_KDF_OUT_LEN -#include "relay.h" -#include "relay_crypto.h" - -#include "cell_st.h" -#include "or_circuit_st.h" -#include "origin_circuit_st.h" +#include "or/or.h" +#include "or/circuitlist.h" +#include "or/config.h" +#include "common/crypto_util.h" +#include "or/hs_ntor.h" // for HS_NTOR_KEY_EXPANSION_KDF_OUT_LEN +#include "or/relay.h" +#include "or/relay_crypto.h" + +#include "or/cell_st.h" +#include "or/or_circuit_st.h" +#include "or/origin_circuit_st.h" /** Update digest from the payload of cell. Assign integrity part to * cell. |