From 0f1f8ccf43e1296725cfbef482d19c90b15af98c Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 09:58:23 +0200 Subject: rnd: break out prng from xutils We only need it in curvetun, this makes it easier to maintain. Signed-off-by: Daniel Borkmann --- curve.h | 1 + 1 file changed, 1 insertion(+) (limited to 'curve.h') diff --git a/curve.h b/curve.h index 85c6e61..8750b70 100644 --- a/curve.h +++ b/curve.h @@ -13,6 +13,7 @@ #include "locking.h" #include "built_in.h" #include "xio.h" +#include "rnd.h" #include "crypto_box_curve25519xsalsa20poly1305.h" struct tai { -- cgit v1.2.3-54-g00ecf