mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Include crypto_dh.h in order to solve dependency issues.
Included crypto_dh.h in some files in order to solve DH module dependency issues. Follows #24658. Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
This commit is contained in:
parent
f91469c165
commit
ffbf8673b5
@ -15,6 +15,7 @@
|
||||
#include "compat.h"
|
||||
#include "crypto.h"
|
||||
#include "crypto_digest.h"
|
||||
#include "crypto_dh.h"
|
||||
#include "crypto_rand.h"
|
||||
#include "crypto_s2k.h"
|
||||
#include "crypto_util.h"
|
||||
|
@ -115,6 +115,7 @@ LIBOR_CRYPTO_A_SRC = \
|
||||
src/common/compress_zlib.c \
|
||||
src/common/compress_zstd.c \
|
||||
src/common/crypto.c \
|
||||
src/common/crypto_dh.c \
|
||||
src/common/crypto_digest.c \
|
||||
src/common/crypto_format.c \
|
||||
src/common/crypto_openssl_mgt.c \
|
||||
@ -169,6 +170,7 @@ COMMONHEADERS = \
|
||||
src/common/confline.h \
|
||||
src/common/container.h \
|
||||
src/common/crypto.h \
|
||||
src/common/crypto_dh.h \
|
||||
src/common/crypto_digest.h \
|
||||
src/common/crypto_curve25519.h \
|
||||
src/common/crypto_ed25519.h \
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
#include "crypto.h"
|
||||
#include "crypto_rand.h"
|
||||
#include "crypto_dh.h"
|
||||
#include "crypto_util.h"
|
||||
#include "compat.h"
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#define ONION_NTOR_PRIVATE
|
||||
#include "crypto.h"
|
||||
#include "crypto_dh.h"
|
||||
#include "crypto_digest.h"
|
||||
#include "crypto_util.h"
|
||||
#include "onion_ntor.h"
|
||||
|
@ -68,6 +68,7 @@
|
||||
|
||||
#include "crypto.h"
|
||||
#include "crypto_format.h"
|
||||
#include "crypto_dh.h"
|
||||
#include "tortls.h"
|
||||
#include "torlog.h"
|
||||
#include "container.h"
|
||||
|
Loading…
Reference in New Issue
Block a user