diff options
Diffstat (limited to 'agent/minip12.h')
-rw-r--r-- | agent/minip12.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/agent/minip12.h b/agent/minip12.h index 6858e81ad..8573a2db0 100644 --- a/agent/minip12.h +++ b/agent/minip12.h @@ -26,5 +26,7 @@ GcryMPI *p12_parse (const unsigned char *buffer, size_t length, const char *pw); +unsigned char *p12_build (GcryMPI *kparms, const char *pw, size_t *r_length); + #endif /*MINIP12_H*/ |