Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Mar 2020 22:18:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 245116] devel/qca: [patch] 2.3.0 fails to build with libressl
Message-ID:  <bug-245116-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245116

            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@FreeBSD.org
          Reporter: felix@palmen-it.de
             Flags: maintainer-feedback?(kde@FreeBSD.org)
          Assignee: kde@FreeBSD.org

Created attachment 212772
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D212772&action=
=3Dedit
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:1=
275:44:
error: use of undeclared identifier 'EVP_PKEY_HKDF'
                EVP_PKEY_CTX *pctx =3D 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:2=
826: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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245116-7788>