pgsql: This patch allows contrib/pgcrypto to build with OpenSSL 0.9.8

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: This patch allows contrib/pgcrypto to build with OpenSSL 0.9.8
Date: 2005-07-03 02:32:57
Message-ID: 20050703023257.B79F452992@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
This patch allows contrib/pgcrypto to build with OpenSSL 0.9.8
(currently in beta) when cryptolib = openssl. According to the
following checkin message from several years ago, OpenSSL application
developers should no longer rely on <openssl/evp.h> to include
everything they need:

http://cvs.openssl.org/chngview?cn=9888

This patch adds the necessary header files. It doesn't appear to
break anything when building against OpenSSL 0.9.7.

BTW, core appears to build and work fine with OpenSSL 0.9.8. I've
built 7.3 through HEAD against 0.9.8-beta6 without noticing any
problems.

Michael Fuhr

Modified Files:
--------------
pgsql/contrib/pgcrypto:
openssl.c (r1.17 -> r1.18)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/openssl.c.diff?r1=1.17&r2=1.18)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2005-07-03 06:33:16 Re: pgsql: Remove GIST concurrency limitations section.
Previous Message User Andreas 2005-07-03 01:03:03 tablelog - tablelog: - make restore function working with schemas -