mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Extract tortls structures into a new header; clean up a little
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include "core/or/or_handshake_state_st.h"
|
||||
#include "core/or/var_cell_st.h"
|
||||
|
||||
#define TOR_X509_PRIVATE
|
||||
#include "lib/tls/tortls.h"
|
||||
#include "lib/tls/x509.h"
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
#define TORTLS_PRIVATE
|
||||
#define TORTLS_OPENSSL_PRIVATE
|
||||
#define TOR_X509_PRIVATE
|
||||
#define LOG_PRIVATE
|
||||
#include "orconfig.h"
|
||||
|
||||
@@ -33,7 +34,9 @@ ENABLE_GCC_WARNING(redundant-decls)
|
||||
#include "core/or/or.h"
|
||||
#include "lib/log/log.h"
|
||||
#include "app/config/config.h"
|
||||
#include "lib/crypt_ops/compat_openssl.h"
|
||||
#include "lib/tls/tortls.h"
|
||||
#include "lib/tls/tortls_st.h"
|
||||
#include "lib/tls/x509.h"
|
||||
#include "app/config/or_state_st.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user