From b53ac254b76e586472de5a2300ec73d0de1f18a1 Mon Sep 17 00:00:00 2001 From: Mitchell Dorrell Date: Fri, 1 Sep 2023 15:29:57 -0400 Subject: [PATCH] Fix trivial typo in kex.c Change "cppstr" to "ccpstr", because it's not chaPHA20-poly1305, after all. --- kex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kex.c b/kex.c index d2b0f7712a0..79b392f36c4 100644 --- a/kex.c +++ b/kex.c @@ -809,7 +809,7 @@ patch_list(char * orig) adj = xreallocarray(adj, strlen(adj) /* original string length */ + 1 /* for the original null-terminator */ - + strlen(cppstr) /* make room for ccpstr */ + + strlen(ccpstr) /* make room for ccpstr */ + 1 /* make room for the comma delimiter */ , sizeof(char)); /*