Re: pgcrypto compilation error due to stack-allocated EVP_CIPHER_CTX

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Andres Freund <andres(at)anarazel(dot)de>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pgcrypto compilation error due to stack-allocated EVP_CIPHER_CTX
Date: 2016-12-01 02:17:26
Message-ID: 116b5e5e-d277-454e-90f9-26fe0e5819b7@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12/01/2016 02:48 AM, Andres Freund wrote:
> It appears openssl has removed the public definition of EVP_CIPHER_CTX
> leading to pgcrypto failing with:

Yes, I believe this is one of the changes in OpenSSL 1.1. I guess you
might be the first one to try to compile with 1.1 since
5ff4a67f63fd6d3eb01ff9707d4674ed54a89f3b was pushed.

If we do not already have it I think we should get a build farm animal
with OpenSSL 1.1.

Andreas

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2016-12-01 02:26:56 Re: PATCH: two slab-like memory allocators
Previous Message Andres Freund 2016-12-01 01:50:38 Re: Improve hash-agg performance