Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2017 14:01:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 218590] mail/qmail-tls: Fix build with LibreSSL 2.5.3
Message-ID:  <bug-218590-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 218590
           Summary: mail/qmail-tls: Fix build with LibreSSL 2.5.3
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: brnrd@freebsd.org
                CC: erdgeist@erdgeist.org
                CC: erdgeist@erdgeist.org
             Flags: maintainer-feedback?(erdgeist@erdgeist.org)

Created attachment 181717
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D181717&action=
=3Dedit
patch for qmail-tls

OpenBSD's been more aggressive making structures opaque than OpenSSL has. T=
his
makes programs trying to access these structs fail.

The direct access should be replaced with the appropriate methods, from the
SSL_get_state(3) manual:
"These functions are available in all versions of OpenSSL."

--=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-218590-13>