Skip to content

Commit 32734b7

Browse files
committed
Fix hostent re-export warning by explicitly re-exporting only c_int
1 parent 0773149 commit 32734b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openssl-sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#![recursion_limit = "128"] // configure fixed limit across all rust versions
1212

1313
extern crate libc;
14-
pub use libc::*;
14+
pub use libc::c_int;
1515

1616
#[cfg(feature = "unstable_boringssl")]
1717
extern crate bssl_sys;

0 commit comments

Comments
 (0)