mirror of
https://github.com/RetroShare/RetroShare.git
synced 2026-09-12 19:50:17 +05:00
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> |
||
|---|---|---|
| .. | ||
| src | ||
| CMakeLists.txt | ||