fixed signature headers, fixed z85 string parser, it didnt properly catch END headers

This commit is contained in:
TLINDEN
2014-03-02 10:35:51 +01:00
parent 4253e1088f
commit 93a9f2d307
4 changed files with 24 additions and 9 deletions

View File

@@ -8,7 +8,6 @@ extern "C" {
#include "pcp/config.h"
#include "pcp/base85.h"
#include "pcp/buffer.h"
#include "pcp/config.h"
#include "pcp/crypto.h"
#include "pcp/defines.h"
#include "pcp/digital_crc32.h"