mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-18 04:10:57 +01:00
fix check
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "vault.h"
|
||||
|
||||
void mkinvalid_secret(PCPCTX *ptx, pcp_key_t *k, int type);
|
||||
void mkinvalid_public(pcp_key_t *k, int type);
|
||||
void mkinvalid_public(PCPCTX *ptx, pcp_key_t *k, int type);
|
||||
void mkinvv(PCPCTX *ptx, const char *name, int type);
|
||||
FILE *F(char *filename);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user