Subject: CVS commit: src/dist/ntp
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 12/04/2003 17:06:12
Module Name: src
Committed By: drochner
Date: Thu Dec 4 17:06:12 UTC 2003
Modified Files:
src/dist/ntp/ntpd: ntp_crypto.c
src/dist/ntp/util: ntp-keygen.c
Log Message:
use return value of openssl's RAND_file_name(), this makes the
fallback to /dev/urandom work as intended by openssl
(ntp bug #234)
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/dist/ntp/ntpd/ntp_crypto.c
cvs rdiff -r1.2 -r1.3 src/dist/ntp/util/ntp-keygen.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.