summaryrefslogtreecommitdiff
path: root/H005.go
diff options
context:
space:
mode:
Diffstat (limited to 'H005.go')
-rw-r--r--H005.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/H005.go b/H005.go
index 1b9740e..78cd6bf 100644
--- a/H005.go
+++ b/H005.go
@@ -93,6 +93,8 @@ type H005NoPubKeyDigestsRequest struct {
type H005NoPubKeyDigestsRequestHeader struct {
XMLName xml.Name `xml:"header"`
+ Xmlns string `xml:"xmlns,attr"`
+ Ds string `xml:"xmlns:ds,attr"`
Authenticate bool `xml:"authenticate,attr"`
Static H005NoPubKeyDigestsRequestStaticHeaderType `xml:"static"`
Mutable H005EmptyMutableHeaderType `xml:"mutable"`