mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix PRNG code
This commit is contained in:
@@ -35,7 +35,7 @@ struct glinear {
|
||||
};
|
||||
|
||||
#define N16BITS_MASK 65536L
|
||||
#define N16BITS_MASK 0xFFFF
|
||||
#define N16BITS_MAX 0xFFFF
|
||||
#define N15BITS_MASK 0x7FFF
|
||||
#define N31BITS_MASK 0x7FFFFFFF
|
||||
|
||||
|
Reference in New Issue
Block a user