aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/spgist
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2021-11-05 13:59:42 +0100
committerPeter Eisentraut <peter@eisentraut.org>2021-11-05 14:06:59 +0100
commitdb7d1a7b0530e8cbd045744e1c75b0e63fb6916f (patch)
treea03045045b1bd83cabc6bd2994c156c93c5b65a7 /src/backend/access/spgist
parenta5b336b8b9e04a93e7c8526302504d2e5201eb80 (diff)
downloadpostgresql-db7d1a7b0530e8cbd045744e1c75b0e63fb6916f.tar.gz
postgresql-db7d1a7b0530e8cbd045744e1c75b0e63fb6916f.zip
pgcrypto: Remove non-OpenSSL support
pgcrypto had internal implementations of some encryption algorithms, as an alternative to calling out to OpenSSL. These were rarely used, since most production installations are built with OpenSSL. Moreover, maintaining parallel code paths makes the code more complex and difficult to maintain. This patch removes these internal implementations. Now, pgcrypto is only built if OpenSSL support is configured. Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://www.postgresql.org/message-id/flat/0b42f1df-8cba-6a30-77d7-acc241cc88c1%40enterprisedb.com
Diffstat (limited to 'src/backend/access/spgist')
0 files changed, 0 insertions, 0 deletions