mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Split command-handling and authentication from control.c
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
/* Copyright (c) 2015-2019, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
#define CONTROL_PRIVATE
|
||||
#define CONTROL_CMD_PRIVATE
|
||||
#define CONTROL_GETINFO_PRIVATE
|
||||
#include "core/or/or.h"
|
||||
#include "lib/crypt_ops/crypto_ed25519.h"
|
||||
#include "feature/client/bridges.h"
|
||||
#include "feature/control/control.h"
|
||||
#include "feature/control/control_cmd.h"
|
||||
#include "feature/control/control_getinfo.h"
|
||||
#include "feature/client/entrynodes.h"
|
||||
#include "feature/hs/hs_common.h"
|
||||
|
||||
Reference in New Issue
Block a user