Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix panic in example due to unset default crypto provider #1882

Merged
merged 1 commit into from
May 24, 2024

Conversation

Ralith
Copy link
Collaborator

@Ralith Ralith commented May 24, 2024

Fixes #1881.

We could also call CryptoProvider::get_default lazily, but that would be more work to adapt for users who want a non-default provider, and more verbose besides.

@djc djc merged commit 772c269 into main May 24, 2024
8 checks passed
@djc djc deleted the fix-insecure-example branch May 24, 2024 18:43
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.

How to run insecure connection example?
2 participants