Useless configure checks for RAND_OpenSSL (HAVE_RAND_OPENSSL)

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Useless configure checks for RAND_OpenSSL (HAVE_RAND_OPENSSL)
Date: 2019-06-26 14:25:44
Message-ID: 20190626142544.GN1714@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

We have been using RAND_OpenSSL(), a function new as of OpenSSL 1.1.0
in pgcrypto until fe0a0b5 which has removed the last traces of the
function in the tree. We still have a configure check for it and the
related compilation flag in pg_config.h.in, and both are now useless.

Any objections to the cleanup done in the attached patch?

Thanks,
--
Michael

Attachment Content-Type Size
rand-openssl-cleanup.patch text/x-diff 1.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2019-06-26 14:35:43 Re: Useless configure checks for RAND_OpenSSL (HAVE_RAND_OPENSSL)
Previous Message pguser 2019-06-26 14:12:55 Re: Index Skip Scan - attempting to evalutate patch