mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Remove the dummy FS call from the Javascript tests
This commit is contained in:
@@ -137,9 +137,6 @@ int main(void)
|
||||
if (sodium_init() != 0) {
|
||||
return 99;
|
||||
}
|
||||
#ifdef __EMSCRIPTEN__
|
||||
(void) fopen("/dev/null", "r");
|
||||
#endif
|
||||
|
||||
#ifndef __EMSCRIPTEN__
|
||||
randombytes_set_implementation(&randombytes_salsa20_implementation);
|
||||
|
||||
Reference in New Issue
Block a user