https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228344
--- Comment #11 from [email protected] --- 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.
