diff options
Diffstat (limited to 'src/common/crypto_pwbox.c')
-rw-r--r-- | src/common/crypto_pwbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto_pwbox.c b/src/common/crypto_pwbox.c index 5ffe138ee2..799a8799e6 100644 --- a/src/common/crypto_pwbox.c +++ b/src/common/crypto_pwbox.c @@ -14,7 +14,7 @@ #include "common/crypto_rand.h" #include "common/crypto_s2k.h" #include "common/crypto_util.h" -#include "common/di_ops.h" +#include "lib/ctime/di_ops.h" #include "common/util.h" #include "trunnel/pwbox.h" |