From 57ef959aa3e785658d68c91a7e7ba78cc5dc75f6 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 8 Jan 2014 16:58:49 +0100 Subject: 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. --- doc/threading.dox | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/threading.dox') 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 ! */ -- cgit v1.2.3