From: Mark Andrews Date: Tue, 21 Jan 2003 04:27:14 +0000 (+0000) Subject: 1419. [port] openbsd: use /dev/arandom. [RT #4950] X-Git-Tag: v9.2.3rc1~104^2~148 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=d0fbcfeee1c1dbdb079231545de3a0c58248202f;p=thirdparty%2Fbind9.git 1419. [port] openbsd: use /dev/arandom. [RT #4950] --- diff --git a/configure b/configure index 3fdf637df06..feb1f9e437f 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.336 . +# From configure.in Revision: 1.337 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53. # @@ -4651,7 +4651,7 @@ case "$use_randomdev" in unspec) case "$host" in *-openbsd*) - devrandom=/dev/srandom + devrandom=/dev/arandom ;; *) devrandom=/dev/random diff --git a/configure.in b/configure.in index ccdfc42545f..0099467b7d1 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl esyscmd([sed "s/^/# /" COPYRIGHT])dnl AC_DIVERT_POP()dnl -AC_REVISION($Revision: 1.336 $) +AC_REVISION($Revision: 1.337 $) AC_INIT(lib/dns/name.c) AC_PREREQ(2.13) @@ -509,7 +509,7 @@ case "$use_randomdev" in unspec) case "$host" in *-openbsd*) - devrandom=/dev/srandom + devrandom=/dev/arandom ;; *) devrandom=/dev/random