From: George Thessalonikefs Date: Thu, 22 Jun 2023 10:21:27 +0000 (+0200) Subject: - For #762: please doxygen. X-Git-Tag: release-1.18.0rc1~14^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1537e2041c33317ca7b2147114d6d94e185aec3;p=thirdparty%2Funbound.git - For #762: please doxygen. --- 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"