wolfssl: Detect when TLS 1.2 support is not built into wolfssl by darktohka · Pull Request #11444 · curl/curl
Right now, when building curl with a wolfssl build that has TLS 1.2 disabled, the build fails with curl trying to find the TLSv1_2_client_method symbol. This PR adds a compile-time check to see if ...GitHub