Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Jul 2019 20:43:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 232218] sysutils/ori: Fix OpenSSL build
Message-ID:  <bug-232218-7788-VyKTRY4w4w@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232218-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232218-7788@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=3D232218

John Baldwin <jhb@FreeBSD.org> changed:

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

--- Comment #9 from John Baldwin <jhb@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 structu=
res
that it allocated, and while the EVP_MD case was fixed to use 'new' to allo=
cate
a context, the cipher case was still just using 'ctx =3D 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 th=
at
the updated version from upstream is also broken.

--=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-232218-7788-VyKTRY4w4w>