Re: Refactor MD5 implementations and switch to EVP for OpenSSL

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Refactor MD5 implementations and switch to EVP for OpenSSL
Дата
Msg-id X9GPwmcDkG2mGEbi@paquier.xyz
обсуждение исходный текст
Ответ на Re: Refactor MD5 implementations and switch to EVP for OpenSSL  (Daniel Gustafsson <daniel@yesql.se>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: [PATCH] Runtime control of CLOBBER_CACHE_ALWAYS
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Parallel Inserts in CREATE TABLE AS