From: Mark Wooding Date: Tue, 10 Aug 2021 16:14:12 +0000 (+0100) Subject: symm/ccm.c: Fix the title of the comment for `ccm_check'. X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/22e0bb1fb4e91cbc6dd1831e4426fb1ea6662c97 symm/ccm.c: Fix the title of the comment for `ccm_check'. --- diff --git a/symm/ccm.c b/symm/ccm.c index d65e0490..939335c4 100644 --- a/symm/ccm.c +++ b/symm/ccm.c @@ -81,7 +81,7 @@ * Then H = F || N || Q and C_i = 0^9 || [q - 1]_7 || N || [i]_{8q}. */ -/* --- @ccm_paramsok@ --- * +/* --- @ccm_check@ --- * * * Arguments: @const ccm_params *p@ = pointer to parameters *