forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit76eca0e
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 Fuhr1 parent16661d6 commit76eca0e
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 |
| |
38 | 41 |
| |
39 | 42 |
| |
|
0 commit comments
Comments
(0)