From: Guus Sliepen Date: Sat, 7 Oct 2017 21:14:58 +0000 (+0200) Subject: Don't call ERR_remove_state(). X-Git-Tag: release-1.0.33~16 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=78c5b1c2dc3347894d69bf95b08c3f664c0bc399;hp=78c5b1c2dc3347894d69bf95b08c3f664c0bc399 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. ---