Re: git: 521fdb95cc78 - main - ossl: fix unused-function warning for AES_CBC_ENCRYPT on powerpc
- Reply: Enji Cooper (yaneurabeya): "Re: git: 521fdb95cc78 - main - ossl: fix unused-function warning for AES_CBC_ENCRYPT on powerpc"
- In reply to: Enji Cooper (yaneurabeya): "Re: git: 521fdb95cc78 - main - ossl: fix unused-function warning for AES_CBC_ENCRYPT on powerpc"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Aug 2026 00:05:44 UTC
oh crap my bad! i'll poke you on irc about it to figure out what to do next. thanks! -a On Sat, 15 Aug 2026 at 10:41, Enji Cooper (yaneurabeya) <yaneurabeya@gmail.com> wrote: > > > > On Aug 15, 2026, at 8:53 AM, Adrian Chadd <adrian@freebsd.org> wrote: > > > > The branch main has been updated by adrian: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=521fdb95cc7863871e5404e9a9abd1c4174af1ba > > > > commit 521fdb95cc7863871e5404e9a9abd1c4174af1ba > > Author: Abdelkader Boudih <freebsd@seuros.com> > > AuthorDate: 2026-08-15 15:52:19 +0000 > > Commit: Adrian Chadd <adrian@FreeBSD.org> > > CommitDate: 2026-08-15 15:52:42 +0000 > > > > ossl: fix unused-function warning for AES_CBC_ENCRYPT on powerpc > > > > static, not static inline, so TUs that don't call it warn. > > > > Reviewed by: adrian > > Differential Revision: https://reviews.freebsd.org/D58823 > > Why was this commit made to OpenSSL and not pushed upstream/pulled back in? > Thanks, > -Enji (current OpenSSL maintainer) > > PS I would have also appreciated a heads up / CC on the review :).