mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Const correctness
This commit is contained in:
parent
6a6087e71d
commit
50dc850c52
7 changed files with 21 additions and 14 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue