mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Fix issues with crypto_ope compilation now that crypto.h is gone
This commit is contained in:
parent
fdaa483098
commit
a4c0a0e81e
@ -18,8 +18,8 @@
|
||||
|
||||
#define CRYPTO_OPE_PRIVATE
|
||||
#include "lib/crypt_ops/crypto_ope.h"
|
||||
#include "lib/crypt_ops/crypto.h"
|
||||
#include "lib/crypt_ops/crypto_util.h"
|
||||
#include "lib/crypt_ops/crypto_cipher.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/arch/bytes.h"
|
||||
|
@ -7,9 +7,11 @@
|
||||
|
||||
#define CRYPTO_OPE_PRIVATE
|
||||
|
||||
#include "lib/cc/compat_compiler.h"
|
||||
#include "lib/crypt_ops/crypto_ope.h"
|
||||
#include "lib/crypt_ops/crypto.h"
|
||||
#include "lib/crypt_ops/crypto_cipher.h"
|
||||
#include "lib/encoding/binascii.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "test/test.h"
|
||||
#include "tinytest.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user