summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--avahi-core/rr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/avahi-core/rr.h b/avahi-core/rr.h
index b44d5ce..1c3aad6 100644
--- a/avahi-core/rr.h
+++ b/avahi-core/rr.h
@@ -46,9 +46,9 @@ enum {
/** TSIG signature algorithms, defined in RFCs 2845 and 4635 */
enum {
- AVAHI_TSIG_HMAC_MD5 = 0x1;
- AVAHI_TSIG_HMAC_SHA1 = 0x2;
- AVAHI_TSIG_HMAC_SHA256 = 0x3;
+ AVAHI_TSIG_HMAC_MD5 = 0x1,
+ AVAHI_TSIG_HMAC_SHA1 = 0x2,
+ AVAHI_TSIG_HMAC_SHA256 = 0x3,
};
/** DNS record classes, see RFC 1035, in addition to those defined in defs.h */