Include dependency graph for vlc_gcrypt.h:

Go to the source code of this file.
Defines | |
| #define | gcry_threads_vlc gcry_threads_pthread |
Functions | |
| static void | vlc_gcrypt_init (void) |
| Initializes gcrypt with proper locking. | |
Variables | |
| GCRY_THREAD_OPTION_PTHREAD_IMPL | |
| If possible, use gcrypt-provided thread implementation. | |
| #define gcry_threads_vlc gcry_threads_pthread |
| static void vlc_gcrypt_init | ( | void | ) | [inline, static] |
Initializes gcrypt with proper locking.
If possible, use gcrypt-provided thread implementation.
This is so that other non-VLC components (inside the process) can also use gcrypt safely.
1.5.1