Minimize headers that include crypto_formats and x25519 stuff

This commit is contained in:
Nick Mathewson
2018-07-01 13:04:21 -04:00
parent 500826479a
commit 1743dac078
60 changed files with 227 additions and 159 deletions
+1 -1
View File
@@ -17,6 +17,7 @@
#include "or/networkstatus.h"
#include "or/connection.h"
#include "or/proto_http.h"
#include "lib/crypt_ops/crypto_format.h"
#include "or/dir_connection_st.h"
#include "or/networkstatus_st.h"
@@ -561,4 +562,3 @@ struct testcase_t hs_cache[] = {
END_OF_TESTCASES
};