aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gns/gnunet-gns-proxy-setup-ca.in6
-rw-r--r--src/revocation/revocation.conf.in2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/gns/gnunet-gns-proxy-setup-ca.in b/src/gns/gnunet-gns-proxy-setup-ca.in
index 412e53f8d..9a298f24a 100644
--- a/src/gns/gnunet-gns-proxy-setup-ca.in
+++ b/src/gns/gnunet-gns-proxy-setup-ca.in
@@ -119,9 +119,9 @@ generate_ca()
119 infomsg "Generating CA" 119 infomsg "Generating CA"
120 TMPDIR=${TMPDIR:-/tmp} 120 TMPDIR=${TMPDIR:-/tmp}
121 if test -e "$TMPDIR"; then 121 if test -e "$TMPDIR"; then
122 GNSCERT=`mktemp -t certXXXXXXXX.pem` || exit 1 122 GNSCERT=`mktemp -t cert.pem.XXXXXXXX` || exit 1
123 GNSCAKY=`mktemp -t cakyXXXXXXXX.pem` || exit 1 123 GNSCAKY=`mktemp -t caky.pem.XXXXXXXX` || exit 1
124 GNSCANO=`mktemp -t canoXXXXXXXX.pem` || exit 1 124 GNSCANO=`mktemp -t cano.pem.XXXXXXXX` || exit 1
125 else 125 else
126 # This warning is mostly pointless. 126 # This warning is mostly pointless.
127 warningmsg "You need to export the TMPDIR variable" 127 warningmsg "You need to export the TMPDIR variable"
diff --git a/src/revocation/revocation.conf.in b/src/revocation/revocation.conf.in
index 04393ea9f..d2d7de46e 100644
--- a/src/revocation/revocation.conf.in
+++ b/src/revocation/revocation.conf.in
@@ -14,6 +14,6 @@ UNIX_MATCH_GID = YES
14# (using only a single-core) with SCRYPT. 14# (using only a single-core) with SCRYPT.
15# DO NOT CHANGE THIS VALUE, doing so will break the protocol! 15# DO NOT CHANGE THIS VALUE, doing so will break the protocol!
16WORKBITS = 22 16WORKBITS = 22
17EPOCH_DURATION = 356 d 17EPOCH_DURATION = 365 d
18 18
19DATABASE = $GNUNET_DATA_HOME/revocation.dat 19DATABASE = $GNUNET_DATA_HOME/revocation.dat