Re: pgcrypto compilation error due to stack-allocated EVP_CIPHER_CTX

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: Asif Naeem <anaeem(dot)it(at)gmail(dot)com>, Andreas Karlsson <andreas(at)proxel(dot)se>, Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgcrypto compilation error due to stack-allocated EVP_CIPHER_CTX
Date: 2016-12-12 12:56:05
Message-ID: CAB7nPqRtCwR=KikEAYiPGM5mg4XrjjinPQJOa4OmyTOAzN0qBA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Dec 12, 2016 at 6:17 PM, Heikki Linnakangas <hlinnaka(at)iki(dot)fi> wrote:
> Removed that, did some further cosmetic changes, and pushed. I renamed a
> bunch variables and structs, so that they are more consistent with the
> similar digest stuff.

That definitely makes sense this way, thanks for the commit.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2016-12-12 13:22:19 Re: jsonb problematic operators
Previous Message Fujii Masao 2016-12-12 12:52:47 Re: Quorum commit for multiple synchronous replication.