]> granicus.if.org Git - postgresql/commit
This patch allows contrib/pgcrypto to build with OpenSSL 0.9.8
authorBruce Momjian <bruce@momjian.us>
Sun, 3 Jul 2005 02:32:56 +0000 (02:32 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 3 Jul 2005 02:32:56 +0000 (02:32 +0000)
commit76eca0ec987b463ebe7b5649ea1f442c6a191e41
tree5791376db0055cd18cc80da1715a80eda51c3cd1
parent16661d60abe1068f8cf83601d994fedb85e80b50
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
contrib/pgcrypto/openssl.c