mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
fixed z85 encoding overflow bug, fixed signature code on big-endian systems.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user