From: Wouter Wijngaards Date: Wed, 25 Mar 2015 08:06:35 +0000 (+0000) Subject: - Fix #657: libunbound(3) recommends deprecated X-Git-Tag: release-1.5.4~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebbe43098ad6e8ee0af430dc2b3d484eac157fae;p=thirdparty%2Funbound.git - Fix #657: libunbound(3) recommends deprecated CRYPTO_set_id_callback. git-svn-id: file:///svn/unbound/trunk@3377 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 6efb8552b..d806b5ca6 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,7 @@ +25 March 2015: Wouter + - Fix #657: libunbound(3) recommends deprecated + CRYPTO_set_id_callback. + 23 March 2015: Wouter - Fix segfault on user not found at startup (from Maciej Soltysiak). diff --git a/doc/libunbound.3.in b/doc/libunbound.3.in index 7f693e950..1cefbea51 100644 --- a/doc/libunbound.3.in +++ b/doc/libunbound.3.in @@ -175,6 +175,7 @@ to read them. Before you call this, use the openssl functions CRYPTO_set_id_callback and CRYPTO_set_locking_callback to set up asyncronous operation if you use lib openssl (the application calls these functions once for initialisation). +Openssl 1.0.0 or later uses the CRYPTO_THREADID_set_callback function. .TP .B ub_ctx_delete Delete validation context and free associated resources.