libaes_siv release candidate

Daniel Franke dfoxfranke at gmail.com
Tue Feb 19 05:10:23 UTC 2019


Okay, not surprised that's where the breakage was introduced, since
OpenSSL 1.1.0 rearchitected how it handles threading:
https://www.openssl.org/blog/blog/2017/02/21/threads/

Did my commit switching _ANSI_SOURCE to _POSIX_SOURCE resolve the build failure?

On Mon, Feb 18, 2019 at 11:53 PM Hal Murray <hmurray at megapathdsl.net> wrote:
>
>
> dfoxfranke at gmail.com said:
> > What version of OpenSSL are you building against on FreeBSD? I want to go
> > through sources to figure out exactly why it fails.
>
> Current release:
> 12.0-RELEASE
> /usr/include/openssl/opensslv.h:# define OPENSSL_VERSION_NUMBER  0x1010101fL
> Fails
>
> An older system:
> 11.2-RELEASE-p5
> /usr/include/openssl/opensslv.h:# define OPENSSL_VERSION_NUMBER  0x100020ffL
> Works.
>
>
> --
> These are my opinions.  I hate spam.
>
>
>


More information about the devel mailing list