Eric Blankenhorn
Eric Blankenhorn
Approved as contributor.
Hello @JamesMenetrey Please return the signed contributor agreement in order for us to proceed with this PR. I messaged you from our ZenDesk portal.
Okay to test
Hi @JamesMenetrey You have been approved as a contributor for the wolfSSL project!
@douzzer I see you updated a pragma to try and address this: https://github.com/wolfSSL/wolfssl/pull/4359 https://github.com/wolfSSL/wolfssl/commit/4cf1826c8f8ae615ff638d4c70f69a6c615ee49a#diff-34d62efe7620eac9235c878aafc6716d1ef20a2246a35fac977f34bacce0481c @dvzrv Would this be fixed by simply initializing with a value? ``` @@ -14679,6 +14679,8 @@...
@Uriah-wolfSSL will reproduce and investigate a fix.
Hi @TakayukiMatsuo Please give this a cursory review.
Hi @pubg-hacks Thanks for your kind words regarding the wolfSSL Async support! I am guessing you are already using our vcpkg install: https://github.com/wolfSSL/wolfssl/blob/2eee35ef8f313bc047000f857c1b2620cb519644/INSTALL#L239-L256 Surely there is a method for configuring...
I did a quick search through the vcpkg docs, and this sounds promising: https://vcpkg.io/en/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_configure.html
Hmm... Maybe that wouldn't work. The below makes it sounds like vcpkg has not fully solved the issue of custom configs for vcpkg libraries. https://vcpkg.io/en/docs/about/faq.html >Can I use my own/specific...