diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2023-06-29 19:38:51 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2023-06-29 19:38:51 +0000 |
commit | 95a3f12ceccbeed1c6c1a4900d40a4f641ead10d (patch) | |
tree | 7869df3aea62da795055d88ffcf48099f5537f37 /usr.sbin/nsd/edns.h | |
parent | 4484138b88399ee6af4ae5032844977e10cdf3b8 (diff) |
Update to nsd 4.7.0
OK tb
Diffstat (limited to 'usr.sbin/nsd/edns.h')
-rw-r--r-- | usr.sbin/nsd/edns.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/nsd/edns.h b/usr.sbin/nsd/edns.h index 942312c036b..45d7c636173 100644 --- a/usr.sbin/nsd/edns.h +++ b/usr.sbin/nsd/edns.h @@ -7,8 +7,8 @@ * */ -#ifndef _EDNS_H_ -#define _EDNS_H_ +#ifndef EDNS_H +#define EDNS_H #include "buffer.h" struct nsd; @@ -103,4 +103,4 @@ void edns_init_nsid(edns_data_type *data, uint16_t nsid_len); void cookie_verify(struct query *q, struct nsd* nsd, uint32_t *now_p); void cookie_create(struct query *q, struct nsd* nsd, uint32_t *now_p); -#endif /* _EDNS_H_ */ +#endif /* EDNS_H */ |