mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 15:06:21 +00:00
Removed unused barejid argument from PGP decryption
This commit is contained in:
@@ -55,7 +55,7 @@ void p_gpg_free_key(ProfPGPKey *key);
|
||||
char* p_gpg_sign(const char * const str, const char * const fp);
|
||||
void p_gpg_verify(const char * const barejid, const char *const sign);
|
||||
char* p_gpg_encrypt(const char * const barejid, const char * const message);
|
||||
char* p_gpg_decrypt(const char * const barejid, const char * const cipher);
|
||||
char* p_gpg_decrypt(const char * const cipher);
|
||||
void p_gpg_free_decrypted(char *decrypted);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user