Skip to content

fix: Use logical OR instead of bitwise OR#5763

Merged
maddeleine merged 1 commit intomainfrom
logical_or_fix
Feb 27, 2026
Merged

fix: Use logical OR instead of bitwise OR#5763
maddeleine merged 1 commit intomainfrom
logical_or_fix

Conversation

@maddeleine
Copy link
Copy Markdown
Contributor

Goal

Fixing bugs from a recent PR.

Why

Well they're bugs so...

How

Use logical OR instead of bitwise OR. Also apparently I initialized s2n_pkey_type wrong, as that is actually a enum and not a struct.

Callouts

related to #5736

Testing

Related

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@maddeleine maddeleine added this pull request to the merge queue Feb 26, 2026
Merged via the queue into main with commit 0d3d72f Feb 27, 2026
58 checks passed
@maddeleine maddeleine deleted the logical_or_fix branch February 27, 2026 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants