From: | Michael Fuhr <mike(at)fuhr(dot)org> |
---|---|
To: | pgsql-patches(at)postgresql(dot)org |
Subject: | contrib/pgcrypto patch for OpenSSL 0.9.8 |
Date: | 2005-07-03 02:22:21 |
Message-ID: | 20050703022221.GA33892@winnie.fuhr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
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
http://www.fuhr.org/~mfuhr/
Attachment | Content-Type | Size |
---|---|---|
pgcrypto.patch | text/plain | 560 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2005-07-03 02:33:05 | Re: contrib/pgcrypto patch for OpenSSL 0.9.8 |
Previous Message | Stephen Frost | 2005-07-02 23:55:46 | Re: per user/database connections limit again |