I noticed that the contrib Makefiles were reorganized.
Bruce Momjian <bruce@momjian.us>
I noticed that the contrib Makefiles were reorganized. Converted pgcrypto one too. * Changed default randomness source to libc random() That way pgcrypto does not have any external dependencies and should work everywhere. * Re-enabled pgcrypto build in contrib/makefile * contrib/README update - there is more stuff than only 'hash functions' * Noted the libc random fact in README.pgcrypto Marko Kreen
Files
| Path | Change | +/− |
|---|---|---|
| contrib/Makefile | modified | +2 −2 |
| contrib/pgcrypto/Makefile | modified | +12 −31 |
| contrib/pgcrypto/pgcrypto.sql.in | modified | +12 −12 |
| contrib/pgcrypto/README.pgcrypto | modified | +6 −4 |
| contrib/README | modified | +1 −1 |