-
Notifications
You must be signed in to change notification settings - Fork 87
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
WolfSSL: OpenSSL coexistence leads to multiple definition warnings #1469
Milestone
Comments
This has been fixed upstream with wolfSSL/wolfssl#7971 |
rdmark
added a commit
that referenced
this issue
Sep 13, 2024
rdmark
added a commit
that referenced
this issue
Sep 13, 2024
rdmark
added a commit
that referenced
this issue
Sep 13, 2024
Port of upstream patch by Daniel Pouzzner
rdmark
added a commit
that referenced
this issue
Sep 13, 2024
Port of upstream patch by Daniel Pouzzner
rdmark
added a commit
that referenced
this issue
Sep 13, 2024
Port of upstream patch by Daniel Pouzzner
rdmark
added a commit
that referenced
this issue
Sep 13, 2024
Port of upstream patch by Daniel Pouzzner
rdmark
added a commit
that referenced
this issue
Sep 13, 2024
Port of upstream patch by Daniel Pouzzner
rdmark
added a commit
that referenced
this issue
Sep 13, 2024
Port of upstream patch by Daniel Pouzzner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The bundled WolfSSL library defines a number of macros notably OPENSSL_VERSION_* that is also defined in OpenSSL headers. This leads to compiler warnings.
The text was updated successfully, but these errors were encountered: