[vlc-devel] [PATCH] gcrypt: require libgcrypt >= 1.6.0

Thomas Guillem thomas at gllm.fr
Fri Jun 12 16:02:30 CEST 2015



On Fri, Jun 12, 2015, at 15:44, Rémi Denis-Courmont wrote:
> Le 2015-06-12 16:10, Thomas Guillem a écrit :
> > And remove vlc_gcrypt.h that was used to setup thread callbacks since
> > it's not supported anymore.
> 
> While the thread callbacks are gone, the global non-reentrant 
> initialization is still necessary.

Do we still need to call gcry_control (GCRYCTL_SET_THREAD_CBS,
&gcry_threads_pthread); ?
I thought we could let the default one.

> 
> So this cannot be right.
> 
> -- 
> Rémi Denis-Courmont
> http://www.remlab.net/
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel



More information about the vlc-devel mailing list