mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Move key-loading and crosscert-checking out of feature/relay
This is also used by onion services, so it needs to go in another module.
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
#include "core/or/or.h"
|
||||
#include "feature/nodelist/routerparse.h"
|
||||
#include "feature/nodelist/routerlist.h"
|
||||
#include "feature/relay/routerkeys.h"
|
||||
#include "feature/nodelist/torcert.h"
|
||||
#include "feature/keymgt/loadkey.h"
|
||||
#include "test/fuzz/fuzzing.h"
|
||||
|
||||
static int
|
||||
@@ -76,4 +77,3 @@ fuzz_main(const uint8_t *data, size_t sz)
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#include "feature/relay/routerkeys.h"
|
||||
#include "lib/crypt_ops/crypto_cipher.h"
|
||||
#include "lib/crypt_ops/crypto_format.h"
|
||||
#include "feature/keymgt/loadkey.h"
|
||||
#include "feature/nodelist/torcert.h"
|
||||
#include "test/test.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user