adapted pcp context stuff

This commit is contained in:
git@daemon.de
2014-05-05 12:01:25 +02:00
parent f01c2d2ca0
commit 7ae0cedcb1

View File

@@ -10,9 +10,9 @@
#include "key.h"
#include "vault.h"
void mkinvalid_secret(pcp_key_t *k, int type);
void mkinvalid_secret(PCPCTX *ptx, pcp_key_t *k, int type);
void mkinvalid_public(pcp_key_t *k, int type);
void mkinvv(const char *name, int type);
void mkinvv(PCPCTX *ptx, const char *name, int type);
FILE *F(char *filename);
void pr(char *t, unsigned char *b, size_t s);