Skip to content
  • Rémi Denis-Courmont's avatar
    gcrypt: use vlc_global_mutex · 89717011
    Rémi Denis-Courmont authored
    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().
    89717011