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 239fd38 commit f92ec92Copy full SHA for f92ec92
openssl-sys/src/lib.rs
@@ -41,7 +41,7 @@ mod aws_lc {
41
#[cfg(not(feature = "aws-lc"))]
42
include!(concat!(env!("OUT_DIR"), "/bindgen.rs"));
43
44
- use libc::{c_char, c_void, c_long};
+ use libc::{c_char, c_long, c_void};
45
46
// AWS-LC does not require initialization.
47
pub fn init() {
0 commit comments