tor

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

commit 82a7343b061b110cb97e4d804f989bc34ee120c9
parent 6e2b6a6685b303dbcc920f4019823448127a5284
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 26 Jun 2018 12:21:35 -0400

fixup! Extract core part of smartlist code into its own library.

Diffstat:
Msrc/lib/smartlist_core/smartlist_core.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/lib/smartlist_core/smartlist_core.c b/src/lib/smartlist_core/smartlist_core.c @@ -169,7 +169,6 @@ smartlist_pop_last(smartlist_t *sl) return NULL; } - /** Return true iff some element E of sl has E==element. */ int