Change #273809
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Fri 03 Jul 2026 01:35:34 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 0fff69d514aea3879cd8dabb767c571527d6b60b |
Comments
configure: link `-lcrypt32` instead of `-lm` for wolfSSL on Windows Syncing it with CMake/FindWolfSSL. `-lm` is not needed on Windows. As of mingw-w64 14.0.0 it's offered as a dummy library; in such case it wasn't causing an actual issue. `-lcryp32` is necessary when linking wolfSSL statically. Ref: #22249 Closes #22251
Changed files
- m4/curl-wolfssl.m4