mirror of
https://github.com/clearml/dropbear
synced 2025-05-22 20:24:19 +00:00
cast m_burn argument away from volatile
This commit is contained in:
parent
6a713ad834
commit
95b99cc86a
@ -21,7 +21,7 @@
|
|||||||
*/
|
*/
|
||||||
void zeromem(volatile void *out, size_t outlen)
|
void zeromem(volatile void *out, size_t outlen)
|
||||||
{
|
{
|
||||||
m_burn(out, outlen);
|
m_burn((void*)out, outlen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ref: $Format:%D$ */
|
/* ref: $Format:%D$ */
|
||||||
|
Loading…
Reference in New Issue
Block a user