fixed z85 encoding overflow bug, fixed signature code on big-endian systems.

This commit is contained in:
TLINDEN
2013-11-19 17:17:30 +01:00
parent 314dbde0b9
commit 80ec5014a8
17 changed files with 203 additions and 153 deletions

View File

@@ -63,7 +63,7 @@ typedef unsigned int qbyte; // Quad byte = 32 bits
#define PCP_VAULT_VERSION 2
// sigs
#define PCP_SIG_VERSION 1
#define PCP_SIG_VERSION 2
char *PCP_ERR;
byte PCP_ERRSET;