RetroShare/retroshare-friendserver
jolavillette 0d83fd26dc build(friendserver): link OpenSSL again (needed via inlined libretroshare headers)
Removing OpenSSL from the friendserver in the previous round was wrong: although
friendserver sources don't #include <openssl/...> directly, friendserver.cc pulls
in libretroshare public headers whose inline functions call the OpenSSL EVP API
(EVP_DigestUpdate, ...). libretroshare links OpenSSL PRIVATE and is built shared on
Windows, so those symbols are not propagated to consumers — the link then fails
with "undefined reference to EVP_DigestUpdate" on MinGW. Link OpenSSL here again.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-06 19:01:11 +02:00
..
src switched rs_usernp into rs_useopenpgpsdk 2024-10-22 19:25:11 +02:00
CMakeLists.txt build(friendserver): link OpenSSL again (needed via inlined libretroshare headers) 2026-06-06 19:01:11 +02:00