upgrade go-msgauth

This commit is contained in:
Shivaram Lingamneni 2025-05-18 01:28:48 -04:00
parent e404942d83
commit e7501ef847
5 changed files with 11 additions and 4 deletions

View file

@ -100,7 +100,7 @@ func queryDNSTXT(domain, selector string, txtLookup txtLookupFunc) (*queryResult
func parsePublicKey(s string) (*queryResult, error) {
params, err := parseHeaderParams(s)
if err != nil {
return nil, permFailError("key syntax error: " + err.Error())
return nil, permFailError("key record error: " + err.Error())
}
res := new(queryResult)