I moved to the lastest commit of the release/v4.2 branch
When I build my project
- C:/esp32/esp-idf/components/wpa_supplicant/src/tls/x509v3.c:1742:3: error: implicit declaration of function 'sha384_vector'; did you mean 'sha256_vector'? [-Werror=implicit-function-declaration]
- sha384_vector(1, &cert->tbs_cert_start, &cert->tbs_cert_len,
- ^~~~~~~~~~~~~
- sha256_vector
- C:/esp32/esp-idf/components/wpa_supplicant/src/tls/x509v3.c:1749:3: error: implicit declaration of function 'sha512_vector'; did you mean 'sha1_vector'? [-Werror=implicit-function-declaration]
- sha512_vector(1, &cert->tbs_cert_start, &cert->tbs_cert_len,
- ^~~~~~~~~~~~~
- sha1_vector
- cc1.exe: some warnings being treated as errors