Re: Refactor MD5 implementations and switch to EVP for OpenSSL - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Refactor MD5 implementations and switch to EVP for OpenSSL
Date
Msg-id X9GPwmcDkG2mGEbi@paquier.xyz
Whole thread Raw
In response to Re: Refactor MD5 implementations and switch to EVP for OpenSSL  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-hackers
On Wed, Dec 09, 2020 at 01:52:32PM +0100, Daniel Gustafsson wrote:
> The tiniest level of nitpicking would be that md5.h doesn't have the
> /* PG_MD5_H */ comment on the #endif line (and it's even tinier since it's
> not even the fault of this patch - I just happened to notice when looking
> at that file).

Good catch.  I have fixed this one, looked again at the code this
morning, did more tests on Linux/Windows with/without OpenSSL, and
finally committed the patch.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Craig Ringer
Date:
Subject: Re: [PATCH] Runtime control of CLOBBER_CACHE_ALWAYS
Next
From: Bharath Rupireddy
Date:
Subject: Re: Parallel Inserts in CREATE TABLE AS