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 33e2bb4 commit 2fd3251Copy full SHA for 2fd3251
Cargo.toml
@@ -16,7 +16,7 @@ exclude = [
16
]
17
18
[dependencies]
19
-libc = { git = "https://github.com/glebpom/libc", rev = "crypto-api-constant-types-fix" }
+libc = { git = "https://github.com/rust-lang/libc" }
20
bitflags = "1.0"
21
cfg-if = "0.1.0"
22
void = "1.0.2"
src/sys/socket/mod.rs
@@ -721,7 +721,7 @@ pub enum ControlMessage<'a> {
721
target_os = "android",
722
target_os = "linux",
723
))]
724
- AlgSetOp(&'a u32),
+ AlgSetOp(&'a libc::c_int),
725
/// Set the length of associated authentication data (AAD) (applicable only to AEAD algoritms)
726
/// for `AF_ALG` crypto API.
727
/// AF_ALG is only supported on linux and android.
0 commit comments