Skip to content
Snippets Groups Projects
Commit a4c0a0e8 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix issues with crypto_ope compilation now that crypto.h is gone

parent fdaa4830
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment