svn commit: r364822 - in head/crypto/openssl/crypto: aes/asm bn/asm chacha/asm ec/asm modes/asm poly1305/asm sha/asm

Benjamin Kaduk bjkfbsd at gmail.com
Thu Aug 27 20:28:25 UTC 2020


On Thu, Aug 27, 2020 at 1:25 PM John Baldwin <jhb at freebsd.org> wrote:

> On 8/26/20 9:55 AM, Jung-uk Kim wrote:
> > Author: jkim
> > Date: Wed Aug 26 16:55:28 2020
> > New Revision: 364822
> > URL: https://svnweb.freebsd.org/changeset/base/364822
> >
> > Log:
> >   Fix Clang version detection.
> >
> >   We prepend "FreeBSD" to Clang version string.  This broke compiler
> test for
> >   AVX instruction support.
>
> Have you opened a PR upstream to fix this?  They should be willing to
> accept it since it probably affects clang on OS X as well?
>
>
https://github.com/openssl/openssl/pull/12725 should land in a few hours.

-Ben


More information about the svn-src-all mailing list