inmWriteEntropyEnd only works on Linux

This commit is contained in:
Manuel Domke
2019-04-16 16:32:08 +02:00
parent 40b57b27fa
commit 91758038cb

View File

@@ -310,6 +310,8 @@ int main(int argc, char **argv) {
}
}
deinitInfnoise(&context);
#ifdef LINUX
inmWriteEntropyEnd();
#endif
return 0;
}