diff options
Diffstat (limited to 'src/testcurl/test_digestauth.c')
-rw-r--r-- | src/testcurl/test_digestauth.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testcurl/test_digestauth.c b/src/testcurl/test_digestauth.c index d6c145f1..4838fc37 100644 --- a/src/testcurl/test_digestauth.c +++ b/src/testcurl/test_digestauth.c | |||
@@ -222,7 +222,6 @@ testDigestAuth () | |||
222 | return 0; | 222 | return 0; |
223 | } | 223 | } |
224 | 224 | ||
225 | GCRY_THREAD_OPTION_PTHREAD_IMPL; | ||
226 | 225 | ||
227 | 226 | ||
228 | int | 227 | int |
@@ -231,7 +230,6 @@ main (int argc, char *const *argv) | |||
231 | unsigned int errorCount = 0; | 230 | unsigned int errorCount = 0; |
232 | 231 | ||
233 | gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0); | 232 | gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0); |
234 | gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread); | ||
235 | #ifdef GCRYCTL_INITIALIZATION_FINISHED | 233 | #ifdef GCRYCTL_INITIALIZATION_FINISHED |
236 | gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0); | 234 | gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0); |
237 | #endif | 235 | #endif |