mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
prepared recipient list support
This commit is contained in:
@@ -34,8 +34,9 @@
|
||||
#include "z85.h"
|
||||
#include "keyprint.h"
|
||||
#include "keyhash.h"
|
||||
#include "plist.h"
|
||||
|
||||
int pcpdecrypt(char *id, int useid, char *infile, char *outfile, char *passwd);
|
||||
int pcpencrypt(char *id, char *infile, char *outfile, char *passwd, char *recipient);
|
||||
int pcpencrypt(char *id, char *infile, char *outfile, char *passwd, plist_t *recipient);
|
||||
|
||||
#endif // _HAVE_ENCRYPTION_H
|
||||
|
||||
Reference in New Issue
Block a user