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 --- curvetun/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'curvetun') diff --git a/curvetun/Makefile b/curvetun/Makefile index 44025ac..ce91dc2 100644 --- a/curvetun/Makefile +++ b/curvetun/Makefile @@ -10,6 +10,7 @@ curvetun-objs = xmalloc.o \ corking.o \ trie.o \ hash.o \ + rnd.o \ curve.o \ cpusched.o \ ct_usermgmt.o \ -- cgit v1.2.3-54-g00ecf