[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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245116
Bug ID: 245116
Summary: devel/qca: [patch] 2.3.0 fails to build with libressl
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: kde at FreeBSD.org
Reporter: felix at palmen-it.de
Flags: maintainer-feedback?(kde at FreeBSD.org)
Assignee: kde at FreeBSD.org
Created attachment 212772
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=212772&action=edit
Fix build with libressl
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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list