Re: Heads up - drop unnecessary calls to libgcrypt when gnutls is used

2013-06-21 Thread Florian Weimer
On 06/21/2013 05:33 PM, Tomas Mraz wrote: Due to the gnutls now using nettle as the crypto backend instead of libgcrypt, it is not necessary anymore to call libgcrypt initialization in applications and libraries that call gnutls and link to libgcrypt. Can you drop the libpthread dependency from

Heads up - drop unnecessary calls to libgcrypt when gnutls is used

2013-06-21 Thread Tomas Mraz
Due to the gnutls now using nettle as the crypto backend instead of libgcrypt, it is not necessary anymore to call libgcrypt initialization in applications and libraries that call gnutls and link to libgcrypt. If your application also uses libgcrypt on your own you can also consider moving it to u