From: Miek Gieben Date: Fri, 25 Feb 2005 14:01:14 +0000 (+0000) Subject: duh X-Git-Tag: release-0.50~363 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7ff0969e59f6dbad1b5b2df00e00ce930add832;p=thirdparty%2Fldns.git duh --- diff --git a/ldns/dnssec.h b/ldns/dnssec.h new file mode 100644 index 00000000..cc809ead --- /dev/null +++ b/ldns/dnssec.h @@ -0,0 +1,23 @@ +/* + * dnssec.h -- defines for the Domain Name System (SEC) (DNSSEC) + * + * Copyright (c) 2001-2005, NLnet Labs. All rights reserved. + * + * See LICENSE for the license. + * + * A bunch of defines that are used in the DNS + */ + +#ifndef _DNSSEC_H_ +#define _DNSSEC_H_ + +#define LDNS_RSAMD5 1 +#define LDNS_DH 2 +#define LDNS_DSA 3 +#define LDNS_ECC 4 +#define LDNS_RSASHA1 5 +#define LDNS_INDIRECT 252 +#define LDNS_PRIVATEDNS 253 +#define LDNS_PRIVATEOID 254 + +#endif /* _DNSSEC_H_ */