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 425de34 commit 25a6040Copy full SHA for 25a6040
aws-lc-fips-sys/Cargo.toml
@@ -62,7 +62,7 @@ asan = []
62
ssl = []
63
bindgen = [
64
"dep:bindgen",
65
-] # Generate the bindings on the targetted platform as a fallback mechanism.
+] # Generate the bindings on the targeted platform as a fallback mechanism.
66
67
[build-dependencies]
68
cmake = "0.1.48"
aws-lc-sys/Cargo.toml
@@ -57,7 +57,7 @@ build = "builder/main.rs"
57
[features]
58
asan = []
59
ssl = ['bindgen']
60
-bindgen = ["dep:bindgen"] # Generate the bindings on the targetted platform as a fallback mechanism.
+bindgen = ["dep:bindgen"] # Generate the bindings on the targeted platform as a fallback mechanism.
61
prebuilt-nasm = []
0 commit comments