diff options
Diffstat (limited to 'sm/minip12.h')
-rw-r--r-- | sm/minip12.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sm/minip12.h b/sm/minip12.h index 39a81939d..343b733a6 100644 --- a/sm/minip12.h +++ b/sm/minip12.h @@ -22,6 +22,8 @@ #include <gcrypt.h> +void p12_set_verbosity (int verbose); + gcry_mpi_t *p12_parse (const unsigned char *buffer, size_t length, const char *pw, void (*certcb)(void*, const unsigned char*, size_t), |