summaryrefslogtreecommitdiff
path: root/src/common/crypto_rsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/crypto_rsa.h')
-rw-r--r--src/common/crypto_rsa.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/common/crypto_rsa.h b/src/common/crypto_rsa.h
index 3c09d5c626..c56eab319a 100644
--- a/src/common/crypto_rsa.h
+++ b/src/common/crypto_rsa.h
@@ -15,13 +15,13 @@
#include "orconfig.h"
-#include "crypto_digest.h"
+#include "common/crypto_digest.h"
#include <stdio.h>
-#include "torint.h"
-#include "testsupport.h"
-#include "compat.h"
-#include "util.h"
-#include "torlog.h"
+#include "common/torint.h"
+#include "common/testsupport.h"
+#include "common/compat.h"
+#include "common/util.h"
+#include "common/torlog.h"
/** Length of our public keys. */
#define PK_BYTES (1024/8)