gcrypt: use vlc_global_mutex
This saves a few mutexes, but it does not really solve gcrypt reentrancy. gcry_control() should only be called once for all per copy of gcrypt in the memory. This is hard to conciliate with dlopen().
Showing
Please register or sign in to comment