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 814453d commit 7be231dCopy full SHA for 7be231d
src/bio.rs
@@ -278,6 +278,7 @@ pub static SSL_BIO_METHOD: bio_method_st = bio_method_st {
278
279
// This is a public interface between libcrypto and libssl, but is
280
// defined in `internal/bio.h`. Hmm.
281
+#[allow(non_camel_case_types)]
282
#[repr(C)]
283
#[derive(Debug, Copy, Clone)]
284
pub struct bio_method_st {
0 commit comments