export SigOptions

This commit is contained in:
Stéphane Depierrepont aka Toorop
2015-05-15 07:49:31 +02:00
parent 293f4b202a
commit 59cecbc7e8
2 changed files with 5 additions and 5 deletions

View File

@@ -197,7 +197,7 @@ type dkimHeader struct {
}
// NewDkimHeaderBySigOptions return a new DkimHeader initioalized with sigOptions value
func newDkimHeaderBySigOptions(options sigOptions) *dkimHeader {
func newDkimHeaderBySigOptions(options SigOptions) *dkimHeader {
h := new(dkimHeader)
h.Version = "1"
h.Algorithm = options.Algo