Re: pgcrypto compilation error due to stack-allocated EVP_CIPHER_CTX - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: pgcrypto compilation error due to stack-allocated EVP_CIPHER_CTX
Date
Msg-id 116b5e5e-d277-454e-90f9-26fe0e5819b7@proxel.se
Whole thread Raw
In response to pgcrypto compilation error due to stack-allocated EVP_CIPHER_CTX  (Andres Freund <andres@anarazel.de>)
Responses Re: pgcrypto compilation error due to stack-allocated EVP_CIPHER_CTX  (Michael Paquier <michael.paquier@gmail.com>)
List 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



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Improve hash-agg performance
Next
From: Tomas Vondra
Date:
Subject: Re: PATCH: two slab-like memory allocators