This happens on Linux:
[100%] Linking CXX executable interface
/usr/bin/ld: ../libraries/networking/libnetworking.so: undefined reference to `SSL_get_peer_certificate'
/usr/bin/ld: ../libraries/networking/libnetworking.so: undefined reference to `EVP_MD_size'
/usr/bin/ld: ../libraries/networking/libnetworking.so: undefined reference to `EVP_MD_type'
collect2: error: ld returned 1 exit status
but I expect the same would be the case on any other OS. Seems like it should be an easy fix.
Test was done on Fedora 36 beta.
This happens on Linux:
but I expect the same would be the case on any other OS. Seems like it should be an easy fix.
Test was done on Fedora 36 beta.