From 2100958eb57dcf46f84effeca122eebaa87fcfc5 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Wed, 30 Oct 2024 09:49:47 +0100 Subject: [PATCH] fixup! CHANGES.md: re-word 'app' to 'command' and 'apps' to 'commands' for consistency --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f1d2db0e1e3580..a8b1213072a373 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2627,7 +2627,7 @@ breaking changes, and mappings for the large list of deprecated functions. *Richard Levitte* * Added an implementation of CMP and CRMF (RFC 4210, RFC 4211 RFC 6712). - This adds `crypto/cmp/`, `crpyto/crmf/`, `commands/cmp.c`, and `test/cmp_*`. + This adds `crypto/cmp/`, `crpyto/crmf/`, `apps/cmp.c`, and `test/cmp_*`. See L and L as starting points. *David von Oheimb, Martin Peylo*