summaryrefslogtreecommitdiff
path: root/src/cipher-proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cipher-proto.h')
-rw-r--r--src/cipher-proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cipher-proto.h b/src/cipher-proto.h
index 347681ff..e2f913df 100644
--- a/src/cipher-proto.h
+++ b/src/cipher-proto.h
@@ -121,4 +121,10 @@ gcry_error_t _gcry_hmac_selftest (int algo, int extended,
gcry_error_t _gcry_random_selftest (selftest_report_func_t report);
+
+/*-- pubkey.c --*/
+gcry_err_code_t _gcry_pubkey_get_sexp (gcry_sexp_t *r_sexp,
+ int reserved, gcry_ctx_t ctx);
+
+
#endif /*G10_CIPHER_PROTO_H*/