aboutsummaryrefslogtreecommitdiff
path: root/gpg.h
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-12-30 18:22:37 +0530
committersinanmohd <sinan@sinanmohd.com>2023-12-30 18:22:37 +0530
commit84e02a1122595bafee61b5dc4f4716b7c9146e6f (patch)
treed00920691ef674028da7b304984d27c286d11632 /gpg.h
parent45daa3e2ea35cb92b5708104ce0da24249435feb (diff)
pass/cat: gpg fingerprint is not needed
Diffstat (limited to 'gpg.h')
-rw-r--r--gpg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpg.h b/gpg.h
index 461a9d5..eda5e72 100644
--- a/gpg.h
+++ b/gpg.h
@@ -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);