aboutsummaryrefslogtreecommitdiffstats
path: root/agent/minip12.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/minip12.h')
-rw-r--r--agent/minip12.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/agent/minip12.h b/agent/minip12.h
index 122215549..61a597926 100644
--- a/agent/minip12.h
+++ b/agent/minip12.h
@@ -24,7 +24,9 @@
#include <gcrypt.h>
gcry_mpi_t *p12_parse (const unsigned char *buffer, size_t length,
- const char *pw);
+ const char *pw,
+ void (*certcb)(void*, const unsigned char*, size_t),
+ void *certcbarg);
unsigned char *p12_build (gcry_mpi_t *kparms, const char *pw,
size_t *r_length);