You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when running make, I got the following errors:
vtls/sectransp.c:2776:15: error: call to undeclared function 'TLSCipherNameForNumber'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
TLSCipherNameForNumber(cipher));
^
vtls/sectransp.c:2789:15: error: call to undeclared function 'TLSCipherNameForNumber'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
TLSCipherNameForNumber(cipher));
^
vtls/sectransp.c:2793:15: error: call to undeclared function 'TLSCipherNameForNumber'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
TLSCipherNameForNumber(cipher));
^
vtls/sectransp.c:2799:15: error: call to undeclared function 'TLSCipherNameForNumber'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
TLSCipherNameForNumber(cipher));
^
I did this
I configured using
However, when running make, I got the following errors:
Complete log is here.
I expected the following
To compile cleanly.
curl/libcurl version
curl 8.5.0
operating system
Darwin Mac-Studio.local 22.6.0 Darwin Kernel Version 22.6.0: Wed Oct 4 21:26:23 PDT 2023; root:xnu-8796.141.3.701.17~4/RELEASE_ARM64_T6000 arm64
The text was updated successfully, but these errors were encountered: