diff --git a/sys/include/net/credman.h b/sys/include/net/credman.h index 8543697016..183c6f4b2d 100644 --- a/sys/include/net/credman.h +++ b/sys/include/net/credman.h @@ -45,7 +45,7 @@ extern "C" { * @brief Buffer of the credential */ typedef struct { - void *s; /**< Pointer to the buffer */ + const void *s; /**< Pointer to the buffer */ size_t len; /**< Length of credman_buffer_t::s */ } credman_buffer_t;