removed unused code (base85 and crc32)

This commit is contained in:
TLINDEN
2015-04-19 19:49:13 +02:00
parent 0aecc59f39
commit d019ec4b9e
18 changed files with 30 additions and 578 deletions

View File

@@ -29,7 +29,6 @@
#include "pcp.h"
#include "keymgmt.h"
#include "keyhash.h"
#include "base85.h"
#include "context.h"
void pcpkey_print(pcp_key_t *key, FILE *out);