aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy-setup-ca.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-03 11:12:46 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-03 11:12:46 +0200
commitdec59b98f84b1f3d515e1a2322ff44dfd250620e (patch)
tree536aee66aa3e560a95477fb777ab1f18c85fb3ab /src/gns/gnunet-gns-proxy-setup-ca.in
parentdb442be605237a26dc3e7d66bb21ae7a44da44e0 (diff)
downloadgnunet-dec59b98f84b1f3d515e1a2322ff44dfd250620e.tar.gz
gnunet-dec59b98f84b1f3d515e1a2322ff44dfd250620e.zip
fix ugliness that is not used / useful
Diffstat (limited to 'src/gns/gnunet-gns-proxy-setup-ca.in')
-rw-r--r--src/gns/gnunet-gns-proxy-setup-ca.in11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/gns/gnunet-gns-proxy-setup-ca.in b/src/gns/gnunet-gns-proxy-setup-ca.in
index aa06907e3..da0175594 100644
--- a/src/gns/gnunet-gns-proxy-setup-ca.in
+++ b/src/gns/gnunet-gns-proxy-setup-ca.in
@@ -174,10 +174,6 @@ _usage_
174# GNUNET_CONFIG_FILE="${OPTARG}" 174# GNUNET_CONFIG_FILE="${OPTARG}"
175# export GNUNET_CONFIG_FILE 175# export GNUNET_CONFIG_FILE
176# ;; 176# ;;
177# -f)
178# GNUNET_PASS_FILENAME=1
179# export GNUNET_PASS_FILENAME
180# ;;
181# -v) 177# -v)
182# print_version 178# print_version
183# ;; 179# ;;
@@ -281,12 +277,7 @@ generate_ca()
281 else 277 else
282 GNUNET_CONFIG="" 278 GNUNET_CONFIG=""
283 fi 279 fi
284 if [ GNUNET_PASS_FILENAME ]; then 280 GNS_CA_CERT_PEM=`gnunet-config ${GNUNET_CONFIG} -s gns-proxy -o PROXY_CACERT -f ${options}`
285 GNUNET_OPT_F=""
286 else
287 GNUNET_OPT_F=" -f "
288 fi
289 GNS_CA_CERT_PEM=`gnunet-config ${GNUNET_CONFIG} -s gns-proxy -o PROXY_CACERT ${GNUNET_OPT_F} -f ${options}`
290 mkdir -p `dirname $GNS_CA_CERT_PEM` 281 mkdir -p `dirname $GNS_CA_CERT_PEM`
291 282
292 # Bad names etc. 283 # Bad names etc.