We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fef94d commit 0666efcCopy full SHA for 0666efc
wolfssl-sys/build.rs
@@ -96,6 +96,8 @@ fn build_wolfssl(wolfssl_src: &Path) -> PathBuf {
96
.disable_shared()
97
// Disable sys ca certificate store
98
.disable("sys-ca-certs", None)
99
+ // Disable dilithium
100
+ .disable("dilithium", None)
101
// Enable AES bitsliced implementation (cache attack safe)
102
.enable("aes-bitsliced", None)
103
// Enable Curve25519
0 commit comments