summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2014-01-08 16:58:49 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2014-01-08 22:06:38 +0100
commit1f689261eca006dfe11d7fd220218209a8d4d190 (patch)
tree1cb5339159381f030099fef17d1eba6001f61825 /doc
parent4919771f0fea3df09ace2887ef7e0baae5b76baf (diff)
threads: support libgcrypt 1.6 hack
Not 100% satisfied of this patch, but the way libgcrypt handles threading in 1.6 is not compatible with custom handlers. The new code basicaly uses pthreads in every case. This will probably not work on windows.
Diffstat (limited to 'doc')
-rw-r--r--doc/threading.dox1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/threading.dox b/doc/threading.dox
index a11c82f7..95eee6bb 100644
--- a/doc/threading.dox
+++ b/doc/threading.dox
@@ -61,5 +61,6 @@ implement the following methods :
- mutex_destroy
- thread_id
+libgcrypt 1.6 and bigger backend does not support custom callback. Using anything else than pthreads (ssh_threads_get_pthread()) here will fail.
Good luck !
*/