This commit is contained in:
NIIBE Yutaka
2012-06-15 13:30:07 +09:00
parent fe58e86c6c
commit e0282629e3
2 changed files with 4 additions and 2 deletions

View File

@@ -58,7 +58,8 @@ random_bytes_get (void)
void
random_bytes_free (const uint8_t *p)
{
memset (p, 0, RANDOM_BYTES_LENGTH);
(void)p;
memset (random_word, 0, RANDOM_BYTES_LENGTH);
neug_flush ();
}