]> git.ipfire.org Git - thirdparty/tor.git/commit
Remove duplicate siging_key_cert fields.
authorNick Mathewson <nickm@torproject.org>
Wed, 18 May 2016 00:04:16 +0000 (20:04 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 18 May 2016 00:04:16 +0000 (20:04 -0400)
commitab932cd7bfb7e4cfe9c33416ca45e56448c57b58
tree47239632cadcff44aac214be557a54ac64dc2e13
parent3f49474349538be499ab485c697c147c8829fa0d
Remove duplicate siging_key_cert fields.

With the fix for #17150, I added a duplicate certificate here.  Here
I remove the original location in 0.2.8.  (I wouldn't want to do
that in 027, due to the amount of authority-voting-related code
drift.)

Closes 19073.
src/or/dirserv.c
src/or/dirvote.c
src/or/or.h
src/or/router.c
src/or/routerlist.c
src/or/routerparse.c
src/test/test_dir.c
src/test/test_microdesc.c