diff options
Diffstat (limited to 'sand-leek.c')
| -rw-r--r-- | sand-leek.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/sand-leek.c b/sand-leek.c index e72a0d6..04bc304 100644 --- a/sand-leek.c +++ b/sand-leek.c @@ -19,9 +19,9 @@  #define RSA_KEY_BITS          1024 -const static char base32_lookup[] = "abcdefghijklmnopqrstuvwxyz234567"; +static const char base32_lookup[] = "abcdefghijklmnopqrstuvwxyz234567";  static char *search; -static int search_len; +static size_t search_len;  sem_t working;  void | 
