Skip to content

Conversation

@michaelforney
Copy link
Contributor

A recent vtls cleanup accidentally made a variable const that was modified later on in the function, causing a build failure when BearSSL is enabled. To prevent this sort of thing in the future, I added BearSSL to the Travis configuration.

While testing the Travis build, I noticed a warning that it was missing explicit initializers for a couple struct Curl_ssl fields, so I set those to NULL.

hostname may be set to NULL later on in this function if it is an
IP address.
Also, add comments like the other vtls backends.
Copy link
Member

@bagder bagder left a comment

Choose a reason for hiding this comment

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

👍 lovely!

@bagder
Copy link
Member

bagder commented May 26, 2021

Thanks!

@bagder bagder closed this in a03ea62 May 26, 2021
bagder pushed a commit that referenced this pull request May 26, 2021
Also, add comments like the other vtls backends.

Closes #7133
bagder pushed a commit that referenced this pull request May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants