Relocated base64 code to common

This commit is contained in:
frafall 2017-12-02 05:30:15 +01:00
parent c820f01ca7
commit 4583c90be4
4 changed files with 28 additions and 5 deletions

View file

@ -20,12 +20,9 @@
#include "common/snapException.h"
#include "common/utils/string_utils.h"
#include "common/utils.h"
#include "common/base64.h"
#include "aixlog.hpp"
#ifdef HAS_EXPAT
#include "base64.h"
#endif
using namespace std;
static string hex2str(string input)