diff options
| author | Bruce Momjian <bruce@momjian.us> | 2001-09-29 03:11:58 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2001-09-29 03:11:58 +0000 |
| commit | cff23429d658d3591e7e0af129f158e90d0a4776 (patch) | |
| tree | 017305205ad6ef3d6b864df315819cedfd49eeca /contrib/README | |
| parent | 850ba416775336db441caa8f9f1e2b0d5e6c72a5 (diff) | |
| download | postgresql-cff23429d658d3591e7e0af129f158e90d0a4776.tar.gz | |
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
Diffstat (limited to 'contrib/README')
| -rw-r--r-- | contrib/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/README b/contrib/README index 54cf1c5848..54792b736e 100644 --- a/contrib/README +++ b/contrib/README @@ -134,7 +134,7 @@ pgbench - by Tatsuo Ishii <t-ishii@sra.co.jp> pgcrypto - - Cryptographic hash functions + Cryptographic functions by Marko Kreen <marko@l-t.ee> retep - |
