summary refs log tree commit diff
path: root/compat/arc4random.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2026-06-01 14:42:49 -0400
committerJune McEnroe <june@causal.agency>2026-06-01 14:42:49 -0400
commitd08958f5d2c4d71d8132ea5c6cb45e48b5c4d83d (patch)
tree01f7eb5bc8d9d0e708ec077364a6b3fda7f1bdde /compat/arc4random.h
parentImport LibreSSL 3.9.2 (diff)
downloadlibretls-d08958f5d2c4d71d8132ea5c6cb45e48b5c4d83d.tar.gz
libretls-d08958f5d2c4d71d8132ea5c6cb45e48b5c4d83d.zip
Import LibreSSL 4.0.0
Diffstat (limited to 'compat/arc4random.h')
-rw-r--r--compat/arc4random.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/arc4random.h b/compat/arc4random.h
index ffa3239..fbf2dce 100644
--- a/compat/arc4random.h
+++ b/compat/arc4random.h
@@ -30,6 +30,9 @@
 #elif defined(_WIN32)
 #include "arc4random_win.h"
 
+#elif defined(__EMSCRIPTEN__)
+#include "arc4random_linux.h"
+
 #else
 #error "No arc4random hooks defined for this platform."