mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix doxygen warning in respip.h.
This commit is contained in:
parent
8e18f11965
commit
e93c75a5d4
2 changed files with 4 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
- Patch for CVE-2022-3204 Non-Responsive Delegation Attack.
|
- Patch for CVE-2022-3204 Non-Responsive Delegation Attack.
|
||||||
- This patch was released in 1.16.3, the code repository continues
|
- This patch was released in 1.16.3, the code repository continues
|
||||||
with the previous features and fixes for 1.17.0.
|
with the previous features and fixes for 1.17.0.
|
||||||
|
- Fix doxygen warning in respip.h.
|
||||||
|
|
||||||
20 September 2022: George
|
20 September 2022: George
|
||||||
- Convert tdir tests to use the new skip_test functionality.
|
- Convert tdir tests to use the new skip_test functionality.
|
||||||
|
|
|
||||||
|
|
@ -66,8 +66,9 @@ views_create(void)
|
||||||
return v;
|
return v;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** This prototype is defined in in respip.h, but we want to avoid
|
/* \noop (ignore this comment for doxygen)
|
||||||
* unnecessary dependencies */
|
* This prototype is defined in in respip.h, but we want to avoid
|
||||||
|
* unnecessary dependencies */
|
||||||
void respip_set_delete(struct respip_set *set);
|
void respip_set_delete(struct respip_set *set);
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue