https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228344

--- Comment #7 from w.schwarzenf...@utanet.at ---
Ok, we had wrap it in a conditional

something like that:

+-    libssl->setFileNameAndVersion(QLatin1String("ssl"), -1);
+-    libcrypto->setFileNameAndVersion(QLatin1String("crypto"), -1);
++  #if defined(LIBRESSL_VERSION_NUMBER)
++    libssl->setFileNameAndVersion(QLatin1String("/usr/local/lib/libssl"),
-1);
++   
libcrypto->setFileNameAndVersion(QLatin1String("/usr/local/lib/libcrypto"), -1)
++  #else
++   libssl->setFileNameAndVersion(QLatin1String("ssl"), -1);
++    libcrypto->setFileNameAndVersion(QLatin1String("crypto"), -1);
++  #endif

but I cannot test it with openssl.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to