mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
crypto: Remove unnecessary curve25519 header from crypto_digest.h.
* ADD includes for "torint.h" and "container.h" to crypto_digest.h. * ADD includes for "crypto_digest.h" to a couple places in which crypto_digest_t was then missing. * FIXES part of #24658: https://bugs.torproject.org/24658#comment:30
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#define HS_DESCRIPTOR_PRIVATE
|
||||
|
||||
#include "crypto_ed25519.h"
|
||||
#include "crypto_digest.h"
|
||||
#include "ed25519_cert.h"
|
||||
#include "or.h"
|
||||
#include "hs_descriptor.h"
|
||||
|
||||
Reference in New Issue
Block a user