sha384_vector and sha512_vector

godofwars1111
Posts: 5
Joined: Thu Nov 04, 2021 4:37 pm

sha384_vector and sha512_vector

Postby godofwars1111 » Thu Nov 04, 2021 6:29 pm

HI,

I moved to the lastest commit of the release/v4.2 branch

When I build my project
  1. 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]
  2.    sha384_vector(1, &cert->tbs_cert_start, &cert->tbs_cert_len,
  3.    ^~~~~~~~~~~~~
  4.    sha256_vector
  5. 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]
  6.    sha512_vector(1, &cert->tbs_cert_start, &cert->tbs_cert_len,
  7.    ^~~~~~~~~~~~~
  8.    sha1_vector
  9. cc1.exe: some warnings being treated as errors
When i looking for the function sha512_vector and sha384_vector i didn't find them

ESP_Sprite
Posts: 9052
Joined: Thu Nov 26, 2015 4:08 am

Re: sha384_vector and sha512_vector

Postby ESP_Sprite » Sat Nov 06, 2021 3:55 am

Did you do a 'git submodule update --recursive --init'? If not, you can try to see if that helps.

godofwars1111
Posts: 5
Joined: Thu Nov 04, 2021 4:37 pm

Re: sha384_vector and sha512_vector

Postby godofwars1111 » Mon Nov 08, 2021 3:37 pm

yes i did it. I redo the command and i got the same issue

Coopdis
Posts: 14
Joined: Wed Jun 20, 2018 7:59 pm

Re: sha384_vector and sha512_vector

Postby Coopdis » Tue Nov 16, 2021 10:03 pm

I have the same issue

Who is online

Users browsing this forum: No registered users and 82 guests