Compare commits

..

No commits in common. "ee909c9cf57b6b70c8b9f2d226fe8979d1031bab" and "cd7bea9ec5538fc2fc81f2d05421f25c5c8fc3af" have entirely different histories.

View File

@ -9,4 +9,7 @@ rustflags = ["-C", "link-arg=-Wl,--exclude-all-symbols"]
# Use system OpenSSL instead of vendoring from source (which requires Perl modules
# unavailable on some environments and breaks clippy/check).
OPENSSL_NO_VENDOR = "1"
# Force libsodium to use minimal mode which avoids memset_explicit on Windows
SODIUM_USE_PKG_CONFIG = "0"
SODIUM_STATIC = "1"