summaryrefslogtreecommitdiff
path: root/tests/t-lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t-lock.c')
-rw-r--r--tests/t-lock.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/t-lock.c b/tests/t-lock.c
index 815f63b9..2c1997d3 100644
--- a/tests/t-lock.c
+++ b/tests/t-lock.c
@@ -34,6 +34,7 @@
#define PGMNAME "t-lock"
#include "t-common.h"
+#include "../src/gcrypt-testapi.h"
/* Mingw requires us to include windows.h after winsock2.h which is
included by gcrypt.h. */
@@ -49,12 +50,6 @@
# define THREAD_RET_VALUE NULL
#endif
-#define PRIV_CTL_EXTERNAL_LOCK_TEST 61
-#define EXTERNAL_LOCK_TEST_INIT 30111
-#define EXTERNAL_LOCK_TEST_LOCK 30112
-#define EXTERNAL_LOCK_TEST_UNLOCK 30113
-#define EXTERNAL_LOCK_TEST_DESTROY 30114
-
/* Number of threads to run. */
#define N_NONCE_THREADS 8