X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=base64.c;h=122465f8feea79cf06d09bfd759d2446ee0f3f12;hp=7b8fe2920cf6e55fb02a23cb7b57624e3139d587;hb=0c7c4d80673854527ce3c3786dd581169565b5e6;hpb=d865486282660af20194463e8e36a6d84ab579c8 diff --git a/base64.c b/base64.c index 7b8fe292..122465f8 100644 --- a/base64.c +++ b/base64.c @@ -13,8 +13,6 @@ #include "base64.h" #include "string.h" -static const char Base64[] = - "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; static const unsigned char base64_tab[256] = { 255, 255, 255, 255, 255, 255, 255, 255, /* 00-07 */ 255, 255, 255, 255, 255, 255, 255, 255, /* 08-0f */