aboutsummaryrefslogtreecommitdiffstats
path: root/agent/minip12.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/minip12.h')
-rw-r--r--agent/minip12.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/agent/minip12.h b/agent/minip12.h
index 6275f9ccb..7977fcb02 100644
--- a/agent/minip12.h
+++ b/agent/minip12.h
@@ -31,7 +31,8 @@ gcry_mpi_t *p12_parse (const unsigned char *buffer, size_t length,
unsigned char *p12_build (gcry_mpi_t *kparms,
unsigned char *cert, size_t certlen,
- const char *pw, size_t *r_length);
+ const char *pw, const char *charset,
+ size_t *r_length);
#endif /*MINIP12_H*/