mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
adapted pcp context stuff
This commit is contained in:
@@ -10,9 +10,9 @@
|
|||||||
#include "key.h"
|
#include "key.h"
|
||||||
#include "vault.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 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);
|
FILE *F(char *filename);
|
||||||
|
|
||||||
void pr(char *t, unsigned char *b, size_t s);
|
void pr(char *t, unsigned char *b, size_t s);
|
||||||
|
|||||||
Reference in New Issue
Block a user