aboutsummaryrefslogtreecommitdiffstats
path: root/src/b64enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/b64enc.c')
-rw-r--r--src/b64enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/b64enc.c b/src/b64enc.c
index 571f4ec..a4edd0c 100644
--- a/src/b64enc.c
+++ b/src/b64enc.c
@@ -39,6 +39,7 @@
#define B64ENC_USE_PGPCRC 32
/* The base-64 character list */
+GPGRT_ATTR_NONSTRING
static unsigned char const bintoasc[64] = ("ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"abcdefghijklmnopqrstuvwxyz"
"0123456789+/");