From 27b19131ae557823c6fa114c106abf1c19d5ad25 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 20 Jan 2013 15:48:55 -0800 Subject: [PATCH] We should really include sodium/*.h, but back out the randombytes one for now --- test/randombytes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/randombytes.c b/test/randombytes.c index b4ff2774..f805c472 100644 --- a/test/randombytes.c +++ b/test/randombytes.c @@ -1,4 +1,4 @@ -#include "sodium/randombytes.h" +#include "randombytes.h" unsigned char x[65536]; unsigned long long freq[256];