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:
Nick Mathewson
2018-09-20 13:55:02 -04:00
parent 55122bfe04
commit 98ef3e82e4
17 changed files with 770 additions and 683 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include "core/or/or.h"
#include "lib/thread/threads.h"
#include "core/crypto/onion.h"
#include "core/or/onion.h"
#include "lib/evloop/workqueue.h"
#include "lib/crypt_ops/crypto_curve25519.h"
#include "lib/crypt_ops/crypto_rand.h"