cloudflare / boring

BoringSSL bindings for the Rust programming language.
354 stars 107 forks source link

feat: add openharmony platform #231

Open richerfu opened 5 months ago

richerfu commented 5 months ago
  1. With more recent versions of musl, i32 needs to be converted into i64 type. If not, it will result in a compilation error.
  2. In certain cross-platform compilation situations, we have to include search paths for header files specific to the platform.