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 --- rnd.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rnd.h (limited to 'rnd.h') diff --git a/rnd.h b/rnd.h new file mode 100644 index 0000000..3d36d8e --- /dev/null +++ b/rnd.h @@ -0,0 +1,6 @@ +#ifndef RND_H +#define RND_H + +extern int secrand(void); + +#endif /* RND_H */ -- cgit v1.2.3-54-g00ecf