Actually, this line is not required.
If we assume that libssl is installed, then we can drop it (and its endif) entirely.
If we don't add such assumption, we can still drop those lines and replace echo 'libcrypto'
with echo 'pkg-config libcrypto';
—
Reply to this email directly or view it on GitHub.