Merge pull request #12299 from pokgak/pr/credman_change_to_const_void
credman: change credman_buffer_t::s type to 'const void *'
This commit is contained in:
commit
cecdd579cb
@ -45,7 +45,7 @@ extern "C" {
|
|||||||
* @brief Buffer of the credential
|
* @brief Buffer of the credential
|
||||||
*/
|
*/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
void *s; /**< Pointer to the buffer */
|
const void *s; /**< Pointer to the buffer */
|
||||||
size_t len; /**< Length of credman_buffer_t::s */
|
size_t len; /**< Length of credman_buffer_t::s */
|
||||||
} credman_buffer_t;
|
} credman_buffer_t;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user