diff --git a/fingerprint.go b/fingerprint.go index 94b65f4..575de99 100644 --- a/fingerprint.go +++ b/fingerprint.go @@ -8,7 +8,7 @@ import ( // FingerprintAttr represents FINGERPRINT attribute. // // RFC 5389 Section 15.5 -type FingerprintAttr byte +type FingerprintAttr struct{} // CRCMismatch represents CRC check error. type CRCMismatch struct {