I see tons of deprecation warnings for QCA as well as a real error:

---

/Users/marko/WC/KDECI-builds/stable-kf5-qt5/qca/plugins/qca-ossl/qca-ossl.cpp:5719:13:
 warning: 'SSL_get_error' is deprecated: first deprecated in OS X 10.7 
[-Wdeprecated-declarations]
                                int x = SSL_get_error(ssl, ret);
                                        ^
/usr/include/openssl/ssl.h:1506:5: note: 'SSL_get_error' has been explicitly 
marked deprecated here
int     SSL_get_error(const SSL *s,int ret_code) 
DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
/Users/marko/WC/KDECI-builds/stable-kf5-qt5/qca/plugins/qca-ossl/qca-ossl.cpp:5808:33:
 error: use of undeclared identifier 'SSL_SESSION_get_compress_id'
                sessInfo.isCompressed = (0 != 
SSL_SESSION_get_compress_id(ssl->session));
                                              ^
---

Attachment: qca.log.gz
Description: GNU Zip compressed data

_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to