diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-09-17 15:21:27 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-09-17 15:21:27 +0000 |
commit | af3dabbf15fa4d0e7e45a43fbf9a2195edfa941c (patch) | |
tree | ee00f42bccdce0e3581d05a17f58bb7429f0ceda /doc/libunbound.3.in | |
parent | 0ea28240053521a309698413a426b4d730a3d60c (diff) | |
download | src-test2-af3dabbf15fa4d0e7e45a43fbf9a2195edfa941c.tar.gz src-test2-af3dabbf15fa4d0e7e45a43fbf9a2195edfa941c.zip |
Notes
Diffstat (limited to 'doc/libunbound.3.in')
-rw-r--r-- | doc/libunbound.3.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/libunbound.3.in b/doc/libunbound.3.in index a4c7945aea1b..7ef77865b6e7 100644 --- a/doc/libunbound.3.in +++ b/doc/libunbound.3.in @@ -1,4 +1,4 @@ -.TH "libunbound" "3" "Mar 10, 2015" "NLnet Labs" "unbound 1.5.3" +.TH "libunbound" "3" "Jul 9, 2015" "NLnet Labs" "unbound 1.5.4" .\" .\" libunbound.3 -- unbound library functions manual .\" @@ -42,7 +42,7 @@ .B ub_ctx_zone_remove, .B ub_ctx_data_add, .B ub_ctx_data_remove -\- Unbound DNS validating resolver 1.5.3 functions. +\- Unbound DNS validating resolver 1.5.4 functions. .SH "SYNOPSIS" .B #include <unbound.h> .LP @@ -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. |