summaryrefslogtreecommitdiff
path: root/net/entropy/patches/patch-ac
blob: c6afec536d5ba5f84af748eb9804bd0a49c57b16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ac,v 1.3 2005/08/17 15:31:52 tv Exp $

--- entropy_rsa.conf-dist.orig	2005-06-28 12:40:06.000000000 -0400
+++ entropy_rsa.conf-dist
@@ -74,10 +74,10 @@ crypto_default=lorenz
 # If you list modules here, your node will reject connections trying to
 # use the specified module. The modules crypt0, crypt1 and incr could
 # be listed here, but they aren't (currently) used anyways.
-crypto_reject=crypt0,incr
+crypto_reject=crypt0,crypt1,crypt2,vmc1,incr
 
 # Select a log filename. Default is entropy.log in the current directory.
-logfile=./entropy_rsa.log
+logfile=entropy.log
 
 # Select a logging level from none, error, normal, minor or debug.
 # none - no reporting at all. You won't see error messages either.