diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-12-30 18:22:37 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-12-30 18:22:37 +0530 |
commit | 84e02a1122595bafee61b5dc4f4716b7c9146e6f (patch) | |
tree | d00920691ef674028da7b304984d27c286d11632 /gpg.h | |
parent | 45daa3e2ea35cb92b5708104ce0da24249435feb (diff) |
pass/cat: gpg fingerprint is not needed
Diffstat (limited to 'gpg.h')
-rw-r--r-- | gpg.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ #include <sys/types.h> int gpg_key_validate(const char *fpr); -int gpg_decrypt(const char *fpr, const char *path, char *pass_out, size_t n); +int gpg_decrypt(const char *path, char *pass_out, size_t n); int gpg_encrypt(FILE *stream, const char *fpr, const char *pass, size_t n); |