From 9e3978259e76d7bf9c243d0abe5aaf2e73b712ff Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 11 Feb 2022 14:19:35 +0100 Subject: [PATCH] mgf1: Fix Doxygen group for XOF implementation --- src/libstrongswan/plugins/mgf1/mgf1_xof.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstrongswan/plugins/mgf1/mgf1_xof.h b/src/libstrongswan/plugins/mgf1/mgf1_xof.h index 9d60a807dc..6f2317b104 100644 --- a/src/libstrongswan/plugins/mgf1/mgf1_xof.h +++ b/src/libstrongswan/plugins/mgf1/mgf1_xof.h @@ -15,7 +15,7 @@ /** * @defgroup mgf1_xof mgf1_xof - * @{ @ingroup crypto + * @{ @ingroup mgf1_p */ #ifndef MGF1_XOF_H_