Don't call ERR_remove_state().
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 7 Oct 2017 21:14:58 +0000 (23:14 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 7 Oct 2017 21:18:27 +0000 (23:18 +0200)
It's impossible to write portable code that properly cleans up after
OpenSSL without resulting in compile time warnings, so don't try.


No differences found