From 61c7ec29f1951ddb7a8fe5109b86eb29686507b7 Mon Sep 17 00:00:00 2001 From: Fernando Fernandez Mancera Date: Sat, 3 Feb 2018 16:16:33 +0100 Subject: 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 --- src/common/crypto_ed25519.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/crypto_ed25519.c') 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" -- cgit v1.2.3-54-g00ecf