Skip to content

Commit

Permalink
[Minor] Remove unused duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Jul 8, 2019
1 parent c9aa615 commit 37bc7ff
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/libutil/util.c
Expand Up @@ -1917,13 +1917,6 @@ rspamd_get_calendar_ticks (void)
return res;
}

/* Required for tweetnacl */
void
randombytes (guchar *buf, guint64 len)
{
ottery_rand_bytes (buf, (size_t)len);
}

void
rspamd_random_hex (guchar *buf, guint64 len)
{
Expand Down

0 comments on commit 37bc7ff

Please sign in to comment.