View | Details | Raw Unified
Collapse All | Expand All

(-) d4x-2.5.5/main/base64.cc (+1 lines)
 Lines 13-18    Link Here 
#include "base64.h"
#include "base64.h"
#include <string.h>
#include <string.h>
#include <stdio.h>
#include <stdio.h>
#include <stdint.h>
char Table64[64]={  'A','B','C','D','E','F','G','H',
char Table64[64]={  'A','B','C','D','E','F','G','H',
		    'I','J','K','L','M','N','O','P',
		    'I','J','K','L','M','N','O','P',