diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 09:58:23 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 09:59:09 +0200 |
commit | 0f1f8ccf43e1296725cfbef482d19c90b15af98c (patch) | |
tree | abf85cfed8766641119736cceca61f0f8cd7d1fc /curvetun | |
parent | 9a1b2fbdc9f319aaf57a79f8e6ce7d5e6a3ecaa6 (diff) |
rnd: break out prng from xutils
We only need it in curvetun, this makes it easier to maintain.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'curvetun')
-rw-r--r-- | curvetun/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |