mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Move the non-crypto parts of onion.c out of src/core/crypto
The parts for handling cell formats should be in src/core/or. The parts for handling onionskin queues should be in src/core/or. Only the crypto wrapper belongs in src/core/crypto.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "ed25519_cert.h"
|
||||
#include "trunnel/ed25519_cert.h"
|
||||
#include "lib/cc/torint.h" /* TOR_PRIdSZ */
|
||||
#include "lib/crypt_ops/crypto_format.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
||||
Reference in New Issue
Block a user