From c532decb46a253eaa35d8748f31fc74248f1e901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 3 Apr 2006 18:44:35 +0000 Subject: [PATCH] Add nonce flag to ocsp-fetch git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16997 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool-commands.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index 12db5902d..e8f190af4 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -223,6 +223,12 @@ command = { argument = "url" help = "part after host in url to put in the request" } + option = { + long = "nonce" + type = "-flag" + default = "1" + help = "don't include nonce in request" + } option = { long = "pool" type = "strings"