The project "Citadel server, clients, utilities":

    The branch, master has been updated
       via  38fd95f4ca80701e365780a873eec6be9a20a7ac (commit)
      from  a1648490584d3b326fbc94136cbcf26caa499e3a (commit)


- Log -----------------------------------------------------------------
commit 38fd95f4ca80701e365780a873eec6be9a20a7ac
Author: Art Cancro <[email protected]>
Date:   Tue Sep 16 08:31:03 2025 -0700

base64: mark alphabet pointer as const for semantic hygiene

The Base64 alphabet is immutable and stored in static memory. This change
adds a const qualifier to reflect intent and prevent accidental reassignment.
No functional impact, just a clarity upgrade.

-----------------------------------------------------------------------

Summary of changes:
 libcitadel/lib/base64.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
Citadel server, clients, utilities

Reply via email to