ALG_FORMATSIZE -> 20

This commit is contained in:
Mark Andrews 2009-09-04 02:31:29 +00:00
parent 762682e990
commit 06eb464ae2

View file

@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dnssectool.h,v 1.24 2009/09/02 23:48:01 tbox Exp $ */
/* $Id: dnssectool.h,v 1.25 2009/09/04 02:31:29 marka Exp $ */
#ifndef DNSSECTOOL_H
#define DNSSECTOOL_H 1
@ -45,7 +45,7 @@ type_format(const dns_rdatatype_t type, char *cp, unsigned int size);
void
alg_format(const dns_secalg_t alg, char *cp, unsigned int size);
#define ALG_FORMATSIZE 10
#define ALG_FORMATSIZE 20
void
sig_format(dns_rdata_rrsig_t *sig, char *cp, unsigned int size);