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)
commit78c5b1c2dc3347894d69bf95b08c3f664c0bc399
tree7974bac79610bdc3ea24ad445604900d1a0cd2ce
parent3fae14fae5a347823679ef694ab630b4991a201d
Don't call ERR_remove_state().

It's impossible to write portable code that properly cleans up after
OpenSSL without resulting in compile time warnings, so don't try.
m4/openssl.m4
src/tincd.c