aboutsummaryrefslogtreecommitdiff
path: root/core/crypto/hash
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2026-02-09 15:50:21 +0100
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2026-02-09 15:50:21 +0100
commite7dbabf6681e4e6bcae33398e939c2c9c3cdc879 (patch)
tree91f25462cc2e9f3adf9884720b7f104d4d6d59f5 /core/crypto/hash
parent8ed264680b1f3f94b6aa5176824d4ccadfc30322 (diff)
core:os -> core:os/old && core:os/os2 -> core:os
Diffstat (limited to 'core/crypto/hash')
-rw-r--r--core/crypto/hash/hash_os.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/crypto/hash/hash_os.odin b/core/crypto/hash/hash_os.odin
index 5155623cb..49c1a0ff8 100644
--- a/core/crypto/hash/hash_os.odin
+++ b/core/crypto/hash/hash_os.odin
@@ -3,7 +3,7 @@
package crypto_hash
import "core:io"
-import os "core:os/os2"
+import "core:os"
// `hash_file` will read the file provided by the given handle and return the
// computed digest in a newly allocated slice.