Skip to content

Commit 0666efc

Browse files
committed
CVPN-1554 Disable Dilithium explicitly
Disable dilithium explicitly so that we can reduce WolfSSL size as we are not using it at the moment.
1 parent 1fef94d commit 0666efc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wolfssl-sys/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ fn build_wolfssl(wolfssl_src: &Path) -> PathBuf {
9696
.disable_shared()
9797
// Disable sys ca certificate store
9898
.disable("sys-ca-certs", None)
99+
// Disable dilithium
100+
.disable("dilithium", None)
99101
// Enable AES bitsliced implementation (cache attack safe)
100102
.enable("aes-bitsliced", None)
101103
// Enable Curve25519

0 commit comments

Comments
 (0)