tor

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

commit 727f1676d68fca00f2f40f166b5afda3a5728dc4
parent b590cc0449e1432a36e61bf259e92c679c8f5b6d
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu,  2 Aug 2018 08:38:59 -0400

Fix double-link of crypto_openssl_mgt.c

Diffstat:
Msrc/lib/crypt_ops/include.am | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/lib/crypt_ops/include.am b/src/lib/crypt_ops/include.am @@ -16,7 +16,6 @@ src_lib_libtor_crypt_ops_a_SOURCES = \ src/lib/crypt_ops/crypto_hkdf.c \ src/lib/crypt_ops/crypto_init.c \ src/lib/crypt_ops/crypto_ope.c \ - src/lib/crypt_ops/crypto_openssl_mgt.c \ src/lib/crypt_ops/crypto_pwbox.c \ src/lib/crypt_ops/crypto_rand.c \ src/lib/crypt_ops/crypto_rsa.c \