From f955762459db7804af9eb9e5231f189e0d6778a2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 27 Oct 2016 19:47:15 -0300 Subject: [PATCH] test --- src/komodo_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_utils.h b/src/komodo_utils.h index e18104c45..4ecf2ecc2 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -1056,7 +1056,7 @@ double OS_milliseconds() return(millis); } -void OS_portable_randombytes(unsigned char *x,long xlen) +void OS_randombytes(unsigned char *x,long xlen) { static int fd = -1; int32_t i;