tor

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

commit fd6078b33a0a174a060a2ae90e9455e6f0ee6fe9
parent 7edc594ee732960733d34309980d0e7190e35fb2
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 23 Oct 2018 19:50:53 -0400

Merge branch 'maint-0.3.3' into maint-0.3.4

Diffstat:
Msrc/rust/protover/ffi.rs | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/rust/protover/ffi.rs b/src/rust/protover/ffi.rs @@ -7,7 +7,6 @@ use libc::{c_char, c_int, uint32_t}; use std::ffi::CStr; -use std::ffi::CString; use smartlist::*; use tor_allocate::allocate_and_copy_string;