tor-proto: Remove unnecessary param in handshake handler.
The Reactor
argument is never used, so we can just remove it from the
trait.
Removing this arg also simplifies #1838 for me (I am moving some code
around, and the calls to handle_sever_aux_data
no longer have access
to the Reactor
).