rnd: break out prng from xutils
commit0f1f8ccf43e1296725cfbef482d19c90b15af98c
authorDaniel Borkmann <dborkman@redhat.com>
Tue, 4 Jun 2013 07:58:23 +0000 (4 09:58 +0200)
committerDaniel Borkmann <dborkman@redhat.com>
Tue, 4 Jun 2013 07:59:09 +0000 (4 09:59 +0200)
treeabf85cfed8766641119736cceca61f0f8cd7d1fc
parent9a1b2fbdc9f319aaf57a79f8e6ce7d5e6a3ecaa6
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>
curve.c
curve.h
curvetun/Makefile
rnd.c [new file with mode: 0644]
rnd.h [new file with mode: 0644]
xio.c
xio.h