]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- For #762: please doxygen.
authorGeorge Thessalonikefs <george@nlnetlabs.nl>
Thu, 22 Jun 2023 10:21:27 +0000 (12:21 +0200)
committerGeorge Thessalonikefs <george@nlnetlabs.nl>
Thu, 22 Jun 2023 10:21:27 +0000 (12:21 +0200)
util/siphash.c

index 25007a09e9d415604da174793e6a59d2c39865e0..6a733d79b22fb4307a94bdae80f9ebcf34621fcf 100644 (file)
  * Edited slightly for integration in Unbound. Edits are noted with 'EDIT'.
  */
 /** EDIT
- * #include <assert.h>
- * #include <stdint.h>
- * #include <stdio.h>
- * #include <string.h>
+ * \#include <assert.h>
+ * \#include <stdint.h>
+ * \#include <stdio.h>
+ * \#include <string.h>
  * Replaced the above includes with Unbound's config.h
  */
 #include "config.h"