diff options
Diffstat (limited to 'sm/minip12.h')
-rw-r--r-- | sm/minip12.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sm/minip12.h b/sm/minip12.h index f4fba65ff..84c5f5f79 100644 --- a/sm/minip12.h +++ b/sm/minip12.h @@ -22,6 +22,9 @@ #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), |