[Bug 232218] sysutils/ori: Fix OpenSSL build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 2 20:43:08 UTC 2019


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

John Baldwin <jhb at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jhb at FreeBSD.org

--- Comment #9 from John Baldwin <jhb at FreeBSD.org> ---
(In reply to Kubilay Kocak from comment #8)
I see a few bugs in the latest patch still.  It was not freeing the structures
that it allocated, and while the EVP_MD case was fixed to use 'new' to allocate
a context, the cipher case was still just using 'ctx = NULL' with 'init' which
is still wrong and needs to use 'new'.  I also can't tell if from the phab URL
this is supposed to be fixed upstream instead, but the phab review shows that
the updated version from upstream is also broken.

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


More information about the freebsd-ports-bugs mailing list