[tor-commits] [tor/master] Rectify include paths (automated)

nickm at torproject.org nickm at torproject.org
Thu Jun 21 13:55:19 UTC 2018


commit da728e36f45799077a8d24a0be95ab5db78593f4
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Jun 21 09:55:16 2018 -0400

    Rectify include paths (automated)
---
 src/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
index dd29c73ce..8dc15b6ff 100644
--- 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)



More information about the tor-commits mailing list