diff options
Diffstat (limited to 'common/pem.h')
-rw-r--r-- | common/pem.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/pem.h b/common/pem.h index 1e88f1f..d84f418 100644 --- a/common/pem.h +++ b/common/pem.h @@ -47,4 +47,9 @@ unsigned int p11_pem_parse (const char *input, p11_pem_sink sink, void *user_data); +char * p11_pem_write (const unsigned char *contents, + size_t length, + const char *type, + size_t *pem_len); + #endif /* P11_PEM_H_ */ |