aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/crypto_util.h')
-rw-r--r--src/common/crypto_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto_util.h b/src/common/crypto_util.h
index 31af52bffc..53d9027fbc 100644
--- a/src/common/crypto_util.h
+++ b/src/common/crypto_util.h
@@ -13,7 +13,7 @@
#ifndef TOR_CRYPTO_UTIL_H
#define TOR_CRYPTO_UTIL_H
-#include "torint.h"
+#include "common/torint.h"
/** OpenSSL-based utility functions. */
void memwipe(void *mem, uint8_t byte, size_t sz);