From f1537e2041c33317ca7b2147114d6d94e185aec3 Mon Sep 17 00:00:00 2001 From: George Thessalonikefs Date: Thu, 22 Jun 2023 12:21:27 +0200 Subject: [PATCH] - For #762: please doxygen. --- util/siphash.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/util/siphash.c b/util/siphash.c index 25007a09e..6a733d79b 100644 --- a/util/siphash.c +++ b/util/siphash.c @@ -18,10 +18,10 @@ * Edited slightly for integration in Unbound. Edits are noted with 'EDIT'. */ /** EDIT - * #include - * #include - * #include - * #include + * \#include + * \#include + * \#include + * \#include * Replaced the above includes with Unbound's config.h */ #include "config.h"