Subject: CVS commit: src/crypto/dist/openssl/crypto/rand
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 06/21/2004 15:14:16
Module Name:	src
Committed By:	drochner
Date:		Mon Jun 21 15:14:16 UTC 2004

Modified Files:
	src/crypto/dist/openssl/crypto/rand: randfile.c

Log Message:
restore behaviour before the 0.9.7d import: fall back to /dev/urandom
if ~/.rnd is not present.
(This code is with #ifdef __OpenBSD__ in openssl now; this change just
generalizes it.)
(approved by tls)


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/crypto/dist/openssl/crypto/rand/randfile.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.