# HG changeset patch # User diego # Date 1200348619 0 # Node ID a092b8236682128d7159eae2e59b38fbff0940c8 # Parent e7192ff1857ddb5a27a0a6f8a368f14d47ea0643 Add a couple of missing consts. patch by Sigbjrn Skjret, cisc broadpark no diff -r e7192ff1857d -r a092b8236682 base64.c --- a/base64.c Thu Jan 10 10:35:37 2008 +0000 +++ b/base64.c Mon Jan 14 22:10:19 2008 +0000 @@ -29,7 +29,7 @@ #include "base64.h" /* ---------------- private code */ -static uint8_t map2[] = +static const uint8_t map2[] = { 0x3e, 0xff, 0xff, 0xff, 0x3f, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0xff,