Topic: [SOLVED] Getting compilation errors for wolfssl-3.12.0 with TLS 1.3
Observed below compilation errors with the following commands,
./configure --enable-tls13
make
src/.libs/libwolfssl.so: undefined reference to `wc_ecc_free'
collect2: error: ld returned 1 exit status
make[1]: *** [examples/client/client] Error 1
make[1]: *** Waiting for unfinished jobs....
src/.libs/libwolfssl.so: undefined reference to `wc_ecc_free'
collect2: error: ld returned 1 exit status
make[1]: *** [wolfcrypt/benchmark/benchmark] Error 1
src/.libs/libwolfssl.so: undefined reference to `wc_ecc_free'
collect2: error: ld returned 1 exit status
make[1]: *** [examples/echoserver/echoserver] Error 1
src/.libs/libwolfssl.so: undefined reference to `wc_ecc_free'
collect2: error: ld returned 1 exit status
make[1]: *** [examples/echoclient/echoclient] Error 1
src/.libs/libwolfssl.so: undefined reference to `wc_ecc_free'
collect2: error: ld returned 1 exit status
make[1]: *** [wolfcrypt/test/testwolfcrypt] Error 1
make: *** [all] Error 2