diff --git a/.github/workflows/libssl.yaml b/.github/workflows/libssl.yaml index f08f011..01717a6 100644 --- a/.github/workflows/libssl.yaml +++ b/.github/workflows/libssl.yaml @@ -5,10 +5,12 @@ permissions: on: push: + branches: ['main', 'ci/*'] pull_request: merge_group: schedule: - cron: '15 12 * * *' + workflow_dispatch: jobs: build: diff --git a/src/bio.rs b/src/bio.rs index 8136314..d0dc56e 100644 --- a/src/bio.rs +++ b/src/bio.rs @@ -271,6 +271,7 @@ pub static SSL_BIO_METHOD: bio_method_st = bio_method_st { // This is a public interface between libcrypto and libssl, but is // defined in `internal/bio.h`. Hmm. +#[allow(non_camel_case_types)] #[repr(C)] #[derive(Debug, Copy, Clone)] pub struct bio_method_st {