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

vtls: replace "none"-functions with NULL pointers #15772

Closed
wants to merge 4 commits into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Dec 18, 2024

For TLS backends that don't need these functions, they now use plain NULL pointers instead of setting a function that does nothing.

Helps making it clearer that a specific TLS handler does not provide anything specific for that action.

For TLS backends that don't need these functions, they now use plain
NULL pointers instead of setting a function that does nothing.

Helps making it clearer that a specific TLS handler does not provide
anything specific for that action.
@bagder bagder added the TLS label Dec 18, 2024
@bagder bagder closed this in 2bf48b4 Dec 18, 2024
@bagder bagder deleted the bagder/vtls-none-NULL branch December 18, 2024 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant