Skip to content

fix error while loading shared libraries: libssl.so.1.0.0 #475#525

Closed
loongkirin wants to merge 1 commit intoRightNow-AI:mainfrom
loongkirin:fix/error-loading-libssl
Closed

fix error while loading shared libraries: libssl.so.1.0.0 #475#525
loongkirin wants to merge 1 commit intoRightNow-AI:mainfrom
loongkirin:fix/error-loading-libssl

Conversation

@loongkirin
Copy link

Summary

fix error while loading shared libraries: libssl.so.1.0.0 on aarch64 linux #475

Changes

Changed Cargo.toml [workspace.dependencies]
native-tls = "0.2"
to
native-tls = { version = "0.2", features = ["vendored"] }

Testing

  • cargo clippy --workspace --all-targets -- -D warnings passes
  • cargo test --workspace passes
  • Live integration tested (if applicable)

Security

  • No new unsafe code
  • No secrets or API keys in diff
  • User input validated at boundaries

@loongkirin loongkirin closed this Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant