[mod_ssi] basic recursive SSI include virtual (fixes #536)
[lighttpd.git] / src / rand.h
blobc7bcba23df13bd4881f8b040ef75e27bdf20c1be
1 #ifndef LI_RAND_H_
2 #define LI_RAND_H_
3 #include "first.h"
5 int li_rand_pseudo_bytes (void);
6 void li_rand_reseed (void);
7 int li_rand_bytes (unsigned char *buf, int num);
8 void li_rand_cleanup (void);
10 #endif