Useless configure checks for RAND_OpenSSL (HAVE_RAND_OPENSSL)
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-06-26T14:25:44Z
Lists: pgsql-hackers
Attachments
- rand-openssl-cleanup.patch (text/x-diff) patch
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
Commits
-
Remove remaining traces of Rand_OpenSSL() from the tree
- 322c5bfdc3d7 12.0 landed