]> git.xonotic.org Git - xonotic/d0_blind_id.git/blobdiff - d0.c
implement RNG seeding and mutexes for OpenSSL, they may be slower than necessary...
[xonotic/d0_blind_id.git] / d0.c
diff --git a/d0.c b/d0.c
index c9372eb01aa8e8ffe6fcda4d8ad86c3581513145..64d0684a7b6f353cdb41917e2ec8273090d9ecf4 100644 (file)
--- a/d0.c
+++ b/d0.c
@@ -46,7 +46,7 @@ const char *d0_bsd_license_notice = "\n"
 //#define MUTEX_DEBUG
 
 #ifdef MUTEX_DEBUG
-#define NUM_MUTEXES 2
+#define NUM_MUTEXES 1024
 #include <stdio.h>
 static mutexarray[NUM_MUTEXES];
 static int mutexpos = 0;