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

Cleanup #278

Merged
merged 4 commits into from
Jun 30, 2022
Merged

Cleanup #278

merged 4 commits into from
Jun 30, 2022

Conversation

jeff-hiner
Copy link
Contributor

Fix statics that should be const, change some comments into rustdoc, remove an unnecessary repr(C)

@@ -2,7 +2,6 @@
// SPDX-License-Identifier: BSD-3-Clause

#[derive(Debug)]
#[repr(C)]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see this used anywhere in the FFI, so I think this is fine.

boringtun/src/noise/handshake.rs Outdated Show resolved Hide resolved
@Noah-Kennedy Noah-Kennedy enabled auto-merge (squash) June 30, 2022 17:01
@Noah-Kennedy Noah-Kennedy merged commit f413a3c into master Jun 30, 2022
@Noah-Kennedy Noah-Kennedy deleted the cleanup branch June 30, 2022 17:04
arvydasv pushed a commit to NordSecurity/boringtun that referenced this pull request Aug 1, 2023
Fix statics that should be const, change some comments into rustdoc, remove an unnecessary repr(C).
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.

None yet

2 participants