mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-06-03 21:51:25 +00:00
fudge unused randombytes
This commit is contained in:
committed by
Alexander Bondarenko
parent
53b3bebbcd
commit
aed739f6e7
+6
-1
@@ -7,7 +7,12 @@ typedef unsigned long u32;
|
||||
typedef unsigned long long u64;
|
||||
typedef long long i64;
|
||||
typedef i64 gf[16];
|
||||
extern void randombytes(u8 *,u64);
|
||||
// extern void randombytes(u8 *,u64);
|
||||
// fudge unused function
|
||||
#include "string.h"
|
||||
static void randombytes(u8 * dst, u64 len) {
|
||||
memset(dst, 42, len);
|
||||
}
|
||||
|
||||
static const u8
|
||||
_0[16],
|
||||
|
||||
Reference in New Issue
Block a user