summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index a7d5fa7..7ac4eb4 100644
--- a/main.c
+++ b/main.c
@@ -147,7 +147,7 @@ typedef struct s_thread_param {
/* if a worker find this to be true, it will terminate */
atomic_bool key_found;
/* shared across workers */
-const char * volatile ciphertext;
+const char *volatile ciphertext;
/* should not be modified by workers */
uint32_t ciphertext_len;
/* the result generated by a lucky worker */