Re: git: 521fdb95cc78 - main - ossl: fix unused-function warning for AES_CBC_ENCRYPT on powerpc
- Reply: Adrian Chadd : "Re: git: 521fdb95cc78 - main - ossl: fix unused-function warning for AES_CBC_ENCRYPT on powerpc"
- In reply to: Adrian Chadd : "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: Sat, 15 Aug 2026 17:40:57 UTC
> 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 :).