maintainer-feedback requested: [Bug 245116] devel/qca: [patch] 2.3.0 fails to build with libressl
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Mar 27 22:18:33 GMT 2020
Bugzilla Automation <bugzilla at FreeBSD.org> has asked kde at FreeBSD.org for
maintainer-feedback:
Bug 245116: devel/qca: [patch] 2.3.0 fails to build with libressl
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245116
--- Description ---
Currently fails to build with libressl giving the following compiler errors:
----
/wrkdirs/usr/ports/devel/qca/work/qca-2.3.0/plugins/qca-ossl/qca-ossl.cpp:1275:
44:
error: use of undeclared identifier 'EVP_PKEY_HKDF'
EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_HKDF,
nullptr);
^
/wrkdirs/usr/ports/devel/qca/work/qca-2.3.0/plugins/qca-ossl/qca-ossl.cpp:2826:
11:
error: use of undeclared identifier 'RSA_F_RSA_OSSL_PRIVATE_DECRYPT'
RSAerr(RSA_F_RSA_OSSL_PRIVATE_DECRYPT,
RSA_R_UNKNOWN_PADDING_TYPE);
^
2 errors generated.
----
Find attached my suggested fix.
More information about the kde-freebsd
mailing list