aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto_ed25519.c
diff options
context:
space:
mode:
authorFernando Fernandez Mancera <ffmancera@riseup.net>2018-02-03 16:16:33 +0100
committerFernando Fernandez Mancera <ffmancera@riseup.net>2018-02-03 17:04:36 +0100
commit61c7ec29f1951ddb7a8fe5109b86eb29686507b7 (patch)
tree657ead2f9902c585faa37bac0656b22637147578 /src/common/crypto_ed25519.c
parent202d27af71014169539863cbf81ddf3411a05258 (diff)
downloadtor-61c7ec29f1951ddb7a8fe5109b86eb29686507b7.tar.gz
tor-61c7ec29f1951ddb7a8fe5109b86eb29686507b7.zip
Include crypto_digest.h in order to solve dependency issues.
Included crypto_digest.h in some files in order to solve xof+digest module dependency issues. Removed crypto.h where it isn't needed anymore. Follows #24658. Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
Diffstat (limited to 'src/common/crypto_ed25519.c')
-rw-r--r--src/common/crypto_ed25519.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/crypto_ed25519.c b/src/common/crypto_ed25519.c
index 26523e3126..1175d68f47 100644
--- a/src/common/crypto_ed25519.c
+++ b/src/common/crypto_ed25519.c
@@ -23,6 +23,7 @@
#include "crypto.h"
+#include "crypto_digest.h"
#include "crypto_curve25519.h"
#include "crypto_ed25519.h"
#include "crypto_format.h"