blob: 66112d5d50a9e704c80456c6f2c3eca8f9dd4d30 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- contrib/pgcrypto/Makefile.orig Thu May 8 16:09:28 2003
+++ contrib/pgcrypto/Makefile Thu May 8 16:12:47 2003
@@ -7,7 +7,7 @@
include $(top_builddir)/src/Makefile.global
# either 'builtin', 'mhash', 'openssl'
-cryptolib = builtin
+cryptolib = openssl
# either 'builtin', 'system'
cryptsrc = builtin
@@ -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\"
##########################
|