-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Description
I am having an issue compiling libsodium on Android 30, due to the following functions which are are not provided by libc: explicit_bzero
, memset_s
, memset_explicit
. This causes multiple "error: call to undeclared function" in util.c
My proposed fix for the embedded libsodium in PyNaCl was to detect android in configure
and manually set no to those so the libsodium uses it's native fallback method and the program compiles correctly, however the dev there suggested I upstream the issue as it occurs in the latest libsodium stable tar.gz as well.
Metadata
Metadata
Assignees
Labels
No labels