pgsql: Prevent pgcrypto from successfully compiling if no valid random

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Prevent pgcrypto from successfully compiling if no valid random
Date: 2004-11-23 23:44:13
Message-ID: 20041123234413.05F0B3A41A6@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Prevent pgcrypto from successfully compiling if no valid random source
has been defined. Previously, pgcrypto would compile but would be
unusable.

Modified Files:
--------------
pgsql/contrib/pgcrypto:
random.c (r1.7 -> r1.8)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/random.c.diff?r1=1.7&r2=1.8)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2004-11-24 02:56:19 pgsql: Assert that BufferIsPinned() in IncrBufferRefCount(), rather than
Previous Message Peter Eisentraut 2004-11-23 23:13:29 pgsql: New translations