tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit da728e36f45799077a8d24a0be95ab5db78593f4
parent 874ba6861a02401f4f2d6d2f0e5bdf806386f50b
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 21 Jun 2018 09:55:16 -0400

Rectify include paths (automated)

Diffstat:
Msrc/common/crypto_hkdf.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/crypto_hkdf.c b/src/common/crypto_hkdf.c @@ -13,7 +13,7 @@ #include "common/crypto_util.h" #include "common/crypto_digest.h" -#include "crypto_openssl_mgt.h" +#include "common/crypto_openssl_mgt.h" #include <openssl/opensslv.h> #if OPENSSL_VERSION_NUMBER >= OPENSSL_V_SERIES(1,1,0)