mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
emscripten: stick to the unique randombytes implementation
This commit is contained in:
@@ -161,7 +161,9 @@ main(void)
|
||||
#endif
|
||||
printf("OK\n");
|
||||
|
||||
#ifndef __EMSCRIPTEN__
|
||||
randombytes_set_implementation(&randombytes_salsa20_implementation);
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user