mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +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)
|
||||
{
|
||||
m_burn(out, outlen);
|
||||
m_burn((void*)out, outlen);
|
||||
}
|
||||
|
||||
/* ref: $Format:%D$ */
|
||||
|
Loading…
Reference in New Issue
Block a user