Const correctness

This commit is contained in:
Paul Bakker 2013-10-28 21:19:10 +01:00
parent 6a6087e71d
commit 50dc850c52
7 changed files with 21 additions and 14 deletions

View file

@ -155,7 +155,8 @@ void x509write_csr_init( x509write_csr *ctx );
* \return 0 if subject name was parsed successfully, or
* a specific error code
*/
int x509write_csr_set_subject_name( x509write_csr *ctx, char *subject_name );
int x509write_csr_set_subject_name( x509write_csr *ctx,
const char *subject_name );
/**
* \brief Set the key for a CSR (public key will be included,