I noticed that the contrib Makefiles were reorganized.

Bruce Momjian <bruce@momjian.us>

Commit: cff23429d658d3591e7e0af129f158e90d0a4776
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-09-29T03:11:58Z
Releases: 7.2.1
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

PathChange+/−
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