diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 09:55:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-21 09:55:16 -0400 |
commit | da728e36f45799077a8d24a0be95ab5db78593f4 (patch) | |
tree | 99aa882226c441ca653f3f716cda851a05989334 | |
parent | 874ba6861a02401f4f2d6d2f0e5bdf806386f50b (diff) | |
download | tor-da728e36f45799077a8d24a0be95ab5db78593f4.tar.gz tor-da728e36f45799077a8d24a0be95ab5db78593f4.zip |
Rectify include paths (automated)
-rw-r--r-- | src/common/crypto_hkdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto_hkdf.c b/src/common/crypto_hkdf.c index dd29c73cec..8dc15b6ffb 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) |