summaryrefslogtreecommitdiff
path: root/H005.go
diff options
context:
space:
mode:
authorMerlin Scholz <merlin@scholz.ruhr>2026-05-15 14:04:54 +0200
committerMerlin Scholz <merlin@scholz.ruhr>2026-05-15 14:04:54 +0200
commit33f2e67748895fbf4e2fa91029d1195c33b4adee (patch)
treed7b83a886b1a0d93feee7bf3c0a0ea00e9f250e6 /H005.go
parent228e752ad7c5a4bdff1c1ed659d2855937bb8481 (diff)
HPB *sending* worksmain
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"`