This commit is contained in:
Miek Gieben 2012-06-04 19:22:25 +02:00
parent 0be3b7c8a3
commit 48673c5cfd
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ type TrustAnchor struct {
AnchorId string // KeyDigest id
Anchor *RR_DS // The digest encoded as an DS record
ValidFrom time.Time // Validity specification
ValidUntil time.Time
ValidUntil time.Time // Validaty specification
}
// TrustAnchorString convert a TrustAnchor to a string encoded as XML.