Skip to content

Commit

Permalink
remove S2N_NO_PQ reference
Browse files Browse the repository at this point in the history
  • Loading branch information
camshaft committed Jan 9, 2024
1 parent 4ad59bf commit 31c92b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bindings/rust/s2n-tls-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ fn build_vendored() {
}
}

if option_env("CARGO_FEATURE_PQ").is_none() {
build.define("S2N_NO_PQ", "1");
}

let out_dir = PathBuf::from(env("OUT_DIR"));

let features = FeatureDetector::new(&out_dir, &libcrypto);
Expand Down

0 comments on commit 31c92b1

Please sign in to comment.