]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Remove unused duplicate
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 8 Jul 2019 19:05:05 +0000 (20:05 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 8 Jul 2019 19:05:05 +0000 (20:05 +0100)
src/libutil/util.c

index 6f139d018227e69ab348ad3dbdcc1895d51694d2..1f83194ad77544ee0cca9f5c9ca608912d4c348d 100644 (file)
@@ -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)
 {