https://bugs.kde.org/show_bug.cgi?id=379810
Antonio Rojas <aro...@archlinux.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aro...@archlinux.org --- Comment #6 from Antonio Rojas <aro...@archlinux.org> --- Doesn't build for me: /build/qca-qt5-git/src/qca/plugins/qca-ossl/qca-ossl.cpp:1716:23: error: invalid use of incomplete type ‘DSA {aka struct dsa_st}’ params->p = bn2bi(dsa->p); ^~ In file included from /usr/include/openssl/evp.h:14:0, from /build/qca-qt5-git/src/qca/plugins/qca-ossl/qca-ossl.cpp:29: /usr/include/openssl/ossl_typ.h:107:16: note: forward declaration of ‘DSA {aka struct dsa_st}’ typedef struct dsa_st DSA; ^~~~~~ /build/qca-qt5-git/src/qca/plugins/qca-ossl/qca-ossl.cpp:1716:25: error: invalid use of incomplete type ‘DSA {aka struct dsa_st}’ params->p = bn2bi(dsa->p); ^ In file included from /usr/include/openssl/evp.h:14:0, from /build/qca-qt5-git/src/qca/plugins/qca-ossl/qca-ossl.cpp:29: /usr/include/openssl/ossl_typ.h:107:16: note: forward declaration of ‘DSA {aka struct dsa_st}’ typedef struct dsa_st DSA; ^~~~~~ /build/qca-qt5-git/src/qca/plugins/qca-ossl/qca-ossl.cpp:1717:23: error: invalid use of incomplete type ‘DSA {aka struct dsa_st}’ params->q = bn2bi(dsa->q); ^~ -- You are receiving this mail because: You are watching all bug changes.