From 0c5214b1797bd794556561e2e69303338d73eec6 Mon Sep 17 00:00:00 2001 From: Federico Lucifredi Date: Mon, 21 Jan 2008 00:24:37 +0000 Subject: added avahi_dnssec_sign_record() minus crypto pass. git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico2@1734 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/rr.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'avahi-core/rr.h') diff --git a/avahi-core/rr.h b/avahi-core/rr.h index 2df7ba1..baefb27 100644 --- a/avahi-core/rr.h +++ b/avahi-core/rr.h @@ -53,9 +53,7 @@ enum { enum { AVAHI_DNSSEC_PROTO = 0x3, - AVAHI_DNSSEC_VALIDITY = 30, - AVAHI_DNSSEC_TIME_DRIFT = 3600, - AVAHI_DNSSEC_SHA1_KEYLENGTH = 89 + AVAHI_DNSSEC_TIME_DRIFT = 3600 }; /** DNS record classes, see RFC 1035, in addition to those defined in defs.h */ -- cgit