mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Fix PRNG code and windows compilation errors
This commit is contained in:
@@ -27,13 +27,6 @@
|
||||
#define INT32_MAX (2147483647)
|
||||
#endif
|
||||
|
||||
struct glinear {
|
||||
uint32_t seed;
|
||||
uint32_t mod;
|
||||
uint32_t mul;
|
||||
uint32_t add;
|
||||
};
|
||||
|
||||
#define N16BITS_MASK 65536L
|
||||
#define N16BITS_MAX 0xFFFF
|
||||
#define N15BITS_MASK 0x7FFF
|
||||
|
Reference in New Issue
Block a user