--- contrib/pgcrypto/Makefile +++ contrib/pgcrypto/Makefile @@ -7,10 +7,10 @@ include $(top_builddir)/src/Makefile.global # either 'builtin', 'mhash', 'openssl' -cryptolib = builtin +cryptolib = openssl # either 'builtin', 'system' -cryptsrc = builtin +cryptsrc = system # Random source, preferred order: # 'dev' - read from random device @@ -21,7 +21,7 @@ # This works ofcouse only with cryptolib = openssl # # 'silly' - use libc random() - very weak -random = silly +random = dev random_dev = \"/dev/urandom\" ##########################