Date: Fri, 21 Apr 2017 07:37:52 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 212149] security/strongswan: Build with libressl 2.4 causes runtime failure: Undefined symbol "CMS_RecipientInfo_ktri_get0_signer_id" Message-ID: <bug-212149-13-wDtU4m35Wo@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-212149-13@https.bugs.freebsd.org/bugzilla/> References: <bug-212149-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212149 Bernard Spil <brnrd@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #181958|0 |1 is obsolete| | Attachment #181958|maintainer-approval? | Flags| | Attachment #181970| |maintainer-approval? Flags| | --- Comment #13 from Bernard Spil <brnrd@freebsd.org> --- Created attachment 181970 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D181970&action= =3Dedit svn diff for security/strongswan A comment that I thought I'd submitted was missing. The RSA_set0_key and other methods only exist in versions > 1.1 https://wiki.openssl.org/index.php/OpenSSL_1.1.0_Changes Attached patch adds the missing methods. That should fix the Undefined symb= ol "RSA_set0_factors" issue. You moved the #ifdef LIBRESSL_VERSION_NUMBER to later in the openssl_plugin= .c file which surprised me. Quick hack of the compat stuff, should land in a separate openssl_compat.c = file I'd think but good enough to upstream if it works. --=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-212149-13-wDtU4m35Wo>