Skip to content

Commit

Permalink
Fix the macro names.
Browse files Browse the repository at this point in the history
  • Loading branch information
rasky committed May 1, 2012
1 parent 09ee9b6 commit b9186d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dnssec.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ static int extract_name_no_compression(unsigned char *rr, int maxlen, char *buf)
* larger, reflecting the total number of octects composing the domain name.
*
*/
#define PDN_EXTRACT 0
#define PDN_COMPARE 1
#define PDN_ORDER 2
#define PWN_EXTRACT 0
#define PWN_COMPARE 1
#define PWN_ORDER 2
static int process_domain_name(struct dns_header *header, size_t pktlen,
unsigned char** rdata, size_t* rdlen,
unsigned char *out, int action)
Expand Down

0 comments on commit b9186d9

Please sign in to comment.