tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 1dd5b5f44134ab80045835da1eeb62d007455ccd
parent 02ba0a2dbbe1032b56d0ba17468f2ee0d95e4f1b
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu,  5 Jul 2018 15:44:33 -0400

Add a missing include.

Diffstat:
Msrc/test/test_crypto_openssl.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/test/test_crypto_openssl.c b/src/test/test_crypto_openssl.c @@ -10,6 +10,7 @@ #include "lib/crypt_ops/compat_openssl.h" #include "lib/crypt_ops/crypto_rand.h" #include "lib/encoding/binascii.h" +#include "lib/malloc/util_malloc.h" #include "test/test.h" #include <openssl/evp.h>