We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac111d commit c69260eCopy full SHA for c69260e
1 file changed
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