Re: git: 521fdb95cc78 - main - ossl: fix unused-function warning for AES_CBC_ENCRYPT on powerpc
Adrian Chadd <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <CAJ-VmomubCY8v8D22_5sS0VotGHEj2ZjRO4n+Wb3NGk1iG80wA__38902.8784398519$1786838781$gmane$org@mail.gmail.com> |
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) <[email protected]> wrote: > > > > On Aug 15, 2026, at 8:53 AM, Adrian Chadd <[email protected]> wrote: > > > > The branch main has been updated by adrian: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=521fdb95cc7863871e5404e9a9abd1c4174af1ba > > > > commit 521fdb95cc7863871e5404e9a9abd1c4174af1ba > > Author: Abdelkader Boudih <[email protected]> > > AuthorDate: 2026-08-15 15:52:19 +0000 > > Commit: Adrian Chadd <[email protected]> > > 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 :).