https://bugs.kde.org/show_bug.cgi?id=402343
--- Comment #1 from jeremija <jerko.stei...@gmail.com> --- I was able to make this test pass by adding a flag to cmake: -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl I also had to manually remove "-lcrpyto" from "build/plugins/qca-ossl/CMakeFiles/qca-ossl.dir/link.txt" because the compilation would fail with: ``` ld: library not found for -lcrypto ``` I'm not sure if this has any bad consequences, but the compilation and rsatest succeed after that. -- You are receiving this mail because: You are watching all bug changes.