Skip to content
Snippets Groups Projects
Unverified Commit 4d2d062f authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix build

parent d3aac358
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ pub unsafe extern "C" fn crypt_r(
} else if setting_bytes[1] == b'8' && setting_bytes[2] == b'$' {
crypt_pbkdf2(key, setting)
} else {
platform::errno = EINVAL;
platform::ERRNO.set(EINVAL);
return ptr::null_mut();
}
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment