diff options
Diffstat (limited to 'g13')
-rw-r--r-- | g13/g13.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -205,10 +205,10 @@ static void join_idle_task (void); ASSUAN_SYSTEM_PTH_IMPL; #if GCRY_THREAD_OPTION_VERSION == 0 -#define FIX_GCRY_PTH_INIT 1 +#define USE_GCRY_THREAD_CBS 1 #endif -#ifdef FIX_GCRY_PTH_INIT +#ifdef USE_GCRY_THREAD_CBS GCRY_THREAD_OPTION_PTH_IMPL; static int fixed_gcry_pth_init (void) { |