Fix reference counting for key exchange handling.
authorKp <kp@valhallalegends.com>
Sat, 28 Jun 2008 05:28:25 +0000 (00:28 -0500)
committerKp <kp@valhallalegends.com>
Sun, 9 Nov 2008 07:06:38 +0000 (02:06 -0500)
When a key exchange times out, the SKE can be freed before the user
responds.  Switch the SKE callbacks to obtain their own reference to the
object to prevent this.


No differences found