summaryrefslogtreecommitdiff
path: root/src/common/crypto_format.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/crypto_format.c')
-rw-r--r--src/common/crypto_format.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/crypto_format.c b/src/common/crypto_format.c
index 3f6fb9f54c..460e85bac1 100644
--- a/src/common/crypto_format.c
+++ b/src/common/crypto_format.c
@@ -15,11 +15,11 @@
#include <sys/stat.h>
#endif
#include "container.h"
-#include "crypto.h"
#include "crypto_curve25519.h"
+#include "crypto_digest.h"
#include "crypto_ed25519.h"
#include "crypto_format.h"
-#include "crypto_digest.h"
+#include "crypto_util.h"
#include "util.h"
#include "util_format.h"
#include "torlog.h"