summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2020-01-09 15:21:14 +0000
committerTim Rühsen <tim.ruehsen@gmx.de>2020-01-09 15:21:14 +0000
commit2e52d307be9f971c721a94a908f487df5e8e483b (patch)
tree646e154c4a21eb588028408b88a9a202b3cfb643 /lib
parent16802c66b835c1b4050f2f999995ea1bd3e7a1af (diff)
parent5c11b5998a27f9d2b1ea1d9a207165628913c3b8 (diff)
downloadgnutls-2e52d307be9f971c721a94a908f487df5e8e483b.tar.gz
Merge branch 'tmp-fix-doc' into 'master'
doc: clarify thread safeness in gnutls_global_init() [ci skip] Closes #900 See merge request gnutls/gnutls!1162
Diffstat (limited to 'lib')
-rw-r--r--lib/global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/global.c b/lib/global.c
index 334148342e..b42fcb2632 100644
--- a/lib/global.c
+++ b/lib/global.c
@@ -211,7 +211,7 @@ static int _gnutls_init_ret = 0;
* called as many times as gnutls_global_init(). This is useful when
* GnuTLS is used by more than one library in an application. This
* function can be called many times, but will only do something the
- * first time.
+ * first time. It is thread safe since GnuTLS 3.3.0.
*
* A subsequent call of this function if the initial has failed will
* return the same error code.