On Tue, May 15, 2012 at 9:54 AM, Paul Salters <[email protected]> wrote: > Dear mailinglist members, > > I have an problem with my application. My application is using the > xmlrpc-c library (http://xmlrpc-c.sourceforge.net/) that library is > using the curl library which is using the gnutls library which is > using libgcrypt. (So far so good?)
Hello, Libgcrypt requires mutex locks to be setup by the end application. I don't know if curl does it already for you, but if it doesn't you should set them up. If you use gnutls 2.12.0 or later you need not to perform any of these actions because the system mutexes are used by default. regards, Nikos _______________________________________________ Help-gnutls mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-gnutls
