aboutsummaryrefslogtreecommitdiffstats
path: root/g13/keyblob.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g13/keyblob.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/g13/keyblob.h b/g13/keyblob.h
index 3415e9aa1..48f0b9c9b 100644
--- a/g13/keyblob.h
+++ b/g13/keyblob.h
@@ -157,9 +157,6 @@
gpg_error_t g13_is_container (ctrl_t ctrl, const char *filename);
gpg_error_t g13_keyblob_read (const char *filename,
void **r_enckeyblob, size_t *r_enckeybloblen);
-gpg_error_t g13_keyblob_decrypt (ctrl_t ctrl,
- const void *enckeyblob, size_t enckeybloblen,
- void **r_keyblob, size_t *r_keybloblen);
#endif /*G13_KEYBLOB_H*/