mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Fix the getentropy test.
This commit is contained in:
parent
ef8e631be2
commit
5d801283bb
@ -21,5 +21,5 @@
|
||||
|
||||
int main() {
|
||||
char buffer[100];
|
||||
return getentropy(buffer, sizeof(buffer)) == 0;
|
||||
return getentropy(buffer, sizeof(buffer)) != 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user