summaryrefslogtreecommitdiff
path: root/contrib/test_decoding
diff options
context:
space:
mode:
authorPeter Eisentraut2021-11-05 12:59:42 +0000
committerPeter Eisentraut2021-11-05 13:06:59 +0000
commitdb7d1a7b0530e8cbd045744e1c75b0e63fb6916f (patch)
treea03045045b1bd83cabc6bd2994c156c93c5b65a7 /contrib/test_decoding
parenta5b336b8b9e04a93e7c8526302504d2e5201eb80 (diff)
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 'contrib/test_decoding')
0 files changed, 0 insertions, 0 deletions