[Bug 228344] net/qt5-network: fails update to 5.10.1 with libressl

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 19 17:22:09 UTC 2018


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

--- Comment #11 from w.schwarzenfeld at utanet.at ---
I think the error is here 

qsslsocket_openssl_symbols.cpp

   880         return false;
    881
=>    882 #if QT_CONFIG(opensslv11)   => had to add this  --> ||
defined(LIBRESS_VERSION_NUMBER)
    883
    884     RESOLVEFUNC(OPENSSL_init_ssl)
    885     RESOLVEFUNC(OPENSSL_init_crypto)
    886     RESOLVEFUNC(ASN1_STRING_get0_data)
    887     RESOLVEFUNC(EVP_CIPHER_CTX_reset)
    888     RESOLVEFUNC(EVP_PKEY_base_id)
    889     RESOLVEFUNC(RSA_bits)
    890     RESOLVEFUNC(OPENSSL_sk_new_null)
    891     RESOLVEFUNC(OPENSSL_sk_push)
    892     RESOLVEFUNC(OPENSSL_sk_free)
    893     RESOLVEFUNC(OPENSSL_sk_num)
    894     RESOLVEFUNC(OPENSSL_sk_pop_free)


but I have to test it.

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


More information about the kde-freebsd mailing list