Re: Useless configure checks for RAND_OpenSSL (HAVE_RAND_OPENSSL) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Useless configure checks for RAND_OpenSSL (HAVE_RAND_OPENSSL)
Date
Msg-id 30870.1561560019@sss.pgh.pa.us
Whole thread Raw
In response to Useless configure checks for RAND_OpenSSL (HAVE_RAND_OPENSSL)  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes:
> 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?

+1, fewer configure checks always better.  I don't see any other
references to RAND_OpenSSL either.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Useless configure checks for RAND_OpenSSL (HAVE_RAND_OPENSSL)
Next
From: Tomas Vondra
Date:
Subject: Re: Index Skip Scan - attempting to evalutate patch