aboutsummaryrefslogtreecommitdiff
path: root/sand-leek.c
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-05-28 19:24:23 +1200
committerDavid Phillips <david@sighup.nz>2017-05-28 19:24:23 +1200
commit4544b1634bd92ef9ea51edeee63139a007131411 (patch)
tree66dac33db86b44b083c5bd3cabe00dbcf719194f /sand-leek.c
parent7abb8721ec10e282622fa0fd491226fc1b80d132 (diff)
downloadsand-leek-4544b1634bd92ef9ea51edeee63139a007131411.tar.xz
Make bitmask array static
Diffstat (limited to 'sand-leek.c')
-rw-r--r--sand-leek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sand-leek.c b/sand-leek.c
index c79cdc4..a5de3d0 100644
--- a/sand-leek.c
+++ b/sand-leek.c
@@ -23,7 +23,7 @@
#define RSA_KEY_BITS 1024
-char bitmasks[] = {
+static char bitmasks[] = {
[1] = 0xF8, /* 5 MSB */
[2] = 0xC0, /* 2 MSB */
[3] = 0xFE, /* 7 MSB */