Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit76eca0e

Browse files
committed
This patch allows contrib/pgcrypto to build with OpenSSL 0.9.8
(currently in beta) when cryptolib = openssl. According to thefollowing checkin message from several years ago, OpenSSL applicationdevelopers should no longer rely on <openssl/evp.h> to includeeverything they need:http://cvs.openssl.org/chngview?cn=9888This patch adds the necessary header files. It doesn't appear tobreak anything when building against OpenSSL 0.9.7.BTW, core appears to build and work fine with OpenSSL 0.9.8. I'vebuilt 7.3 through HEAD against 0.9.8-beta6 without noticing anyproblems.Michael Fuhr
1 parent16661d6 commit76eca0e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎contrib/pgcrypto/openssl.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,17 @@
2626
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2727
* SUCH DAMAGE.
2828
*
29-
* $PostgreSQL: pgsql/contrib/pgcrypto/openssl.c,v 1.17 2005/03/21 05:21:04 neilc Exp $
29+
* $PostgreSQL: pgsql/contrib/pgcrypto/openssl.c,v 1.18 2005/07/03 02:32:56 momjian Exp $
3030
*/
3131

3232
#include<postgres.h>
3333

3434
#include"px.h"
3535

3636
#include<openssl/evp.h>
37+
#include<openssl/blowfish.h>
38+
#include<openssl/cast.h>
39+
#include<openssl/des.h>
3740

3841
/*
3942
* Is OpenSSL compiled with AES?

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp