]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #657: libunbound(3) recommends deprecated
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 25 Mar 2015 08:06:35 +0000 (08:06 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 25 Mar 2015 08:06:35 +0000 (08:06 +0000)
  CRYPTO_set_id_callback.

git-svn-id: file:///svn/unbound/trunk@3377 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/libunbound.3.in

index 6efb8552b47e16154da729d5bb44f0c4ae8cc600..d806b5ca67981ad5e1063f46e5ccdce13d8dbe80 100644 (file)
@@ -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).
 
index 7f693e9507642a68732b742a7a9a438f60035e65..1cefbea51a02c7a3cfef30a719e2acf826ff6b81 100644 (file)
@@ -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.