{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1741318808,"commit_time":1741351687,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"07f99b72d5527ef0ffd38f203dbeb6624a47096a","message":"wolfssl: fix unused variable warning\n\nE.g. when building against msys2-mingw wolfssl:\nhttps://packages.msys2.org/base/mingw-w64-wolfssl\n\n```\nlib/vtls/wolfssl.c: In function 'wssl_verify_pinned':\nlib/vtls/wolfssl.c:1534:20: error: unused variable 'wssl' [-Werror=unused-variable]\n   struct wssl_ctx *wssl = (struct wssl_ctx *)connssl->backend;\n                    ^~~~\n```\nRef: https://github.com/curl/curl/actions/runs/13713131802/job/38353245932#step:10:78\n\nBuilding with the MSYS2 wolfssl is broken due to further issues.\n\nCloses #16608\n","parents":["0ead361904266a1590e361a0dbef16aef8cc7617"],"tree_hash":"9ad4c90d3813541c66104e8cd1ad6f9e86e9ee7a"}