Remove support for OpenSSL versions older than 0.9.8.

OpenSSL officially only supports 1.0.1 and newer. Some OS distributions
still provide patches for 0.9.8, but anything older than that is not
interesting anymore. Let's simplify things by removing compatibility code.

Andreas Karlsson, with small changes by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9b7cd59af1afcfbd786921d5cf73befb5fefa2f7

Modified Files
--------------
contrib/pgcrypto/openssl.c               | 152 +------------------------------
doc/src/sgml/installation.sgml           |  39 +++-----
doc/src/sgml/libpq.sgml                  |   3 +-
doc/src/sgml/pgcrypto.sgml               |  18 +---
src/backend/libpq/be-secure-openssl.c    |   8 +-
src/interfaces/libpq/fe-secure-openssl.c |   4 -
src/interfaces/libpq/libpq-int.h         |   2 +-
7 files changed, 20 insertions(+), 206 deletions(-)


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to