diff options
Diffstat (limited to 'src/common/crypto_s2k.h')
-rw-r--r-- | src/common/crypto_s2k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto_s2k.h b/src/common/crypto_s2k.h index 1609a20d2c..bc7224e8ea 100644 --- a/src/common/crypto_s2k.h +++ b/src/common/crypto_s2k.h @@ -8,7 +8,7 @@ #define TOR_CRYPTO_S2K_H_INCLUDED #include <stdio.h> -#include "torint.h" +#include "common/torint.h" /** Length of RFC2440-style S2K specifier: the first 8 bytes are a salt, the * 9th describes how much iteration to do. */ |