From c9d85b6204c3f9ff068f48b7373658beca9d4e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 19 Jun 2007 00:11:03 +0000 Subject: [PATCH] Add content-type. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21167 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool-commands.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index eb06d3c17..a96360e27 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -72,6 +72,12 @@ command = { argument = "oid" help = "oid that the peer support" } + option = { + long = "content-type" + type = "string" + argument = "oid" + help = "content type oid" + } option = { long = "content-info" type = "flag" @@ -174,6 +180,12 @@ command = { argument = "enctype" help = "enctype" } + option = { + long = "content-type" + type = "string" + argument = "oid" + help = "content type oid" + } option = { long = "content-info" type = "flag"