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

changed import to use brackets <> for openssl #907

Merged
merged 1 commit into from
Mar 26, 2021

Conversation

whb07
Copy link
Contributor

@whb07 whb07 commented Mar 21, 2021

Changes:

OpenSSL imports were changed to use angle brackets for standardization. Typically #import <foo> is used for system and or 3rd party imports, rather than the local #import "bar".

Tests:
Ran on Ubuntu 20.04 fine after building with ./configure --enable-openssl-tests. Exhaustive and other flags were ran, as well as "make check".

Copy link
Contributor

@real-or-random real-or-random left a comment

Choose a reason for hiding this comment

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

ACK 4504472

Indeed, it doesn't matter here but it's cleaner to use the foo <foo> syntax in this case, and I don't think there there was a specific reason to use "foo".

@whb07
Copy link
Contributor Author

whb07 commented Mar 21, 2021

Right! Standards make it easier to understand what’s going on.

Copy link
Contributor

@jonasnick jonasnick left a comment

Choose a reason for hiding this comment

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

ACK 4504472

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.

3 participants