Date: Thu, 11 Oct 2018 04:41:21 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 232169] security/ipsec-tools: Fails to build with OpenSSL 1.1.1 Message-ID: <bug-232169-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232169 Bug ID: 232169 Summary: security/ipsec-tools: Fails to build with OpenSSL 1.1.1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: olivier@freebsd.org Since OpenSSL was upgraded to 1.1.1 in head, this port compilation failed. Some extract of the build log: --- eaytest.o --- eaytest.c:106:41: error: incomplete definition of type 'struct evp_pkey_st' error =3D eay_check_rsasign(src, sig, evp->pkey.rsa); ~~~^ /usr/include/openssl/ossl_typ.h:93:16: note: forward declaration of 'struct evp_pkey_st' --- crypto_openssl.o --- crypto_openssl.c:319:10: error: incomplete definition of type 'struct X509_name_entry_st' if ((ea->value->length =3D=3D 1 && ea->value->data[0] =3D= =3D '*') || ~~^ /usr/include/openssl/x509.h:73:16: note: forward declaration of 'struct X509_name_entry_st' --=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-232169-7788>