[Bug 218590] mail/qmail-tls: Fix build with LibreSSL 2.5.3

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 12 14:01:43 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218590

            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 at FreeBSD.org
          Reporter: brnrd at freebsd.org
                CC: erdgeist at erdgeist.org
                CC: erdgeist at erdgeist.org
             Flags: maintainer-feedback?(erdgeist at erdgeist.org)

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

OpenBSD's been more aggressive making structures opaque than OpenSSL has. This
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."

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


More information about the freebsd-ports-bugs mailing list