From 7479453962058282b80a35fd8e96907abd41ee5f Mon Sep 17 00:00:00 2001 From: Pauli Date: Tue, 17 Jun 2025 13:13:32 +1000 Subject: [PATCH] rename CCM and GCM mode common code files Reviewed-by: Shane Lontis Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/27847) --- .../ciphers/{ciphercommon_ccm.c => ciphercommon_ccm.c.in} | 0 .../ciphers/{ciphercommon_gcm.c => ciphercommon_gcm.c.in} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename providers/implementations/ciphers/{ciphercommon_ccm.c => ciphercommon_ccm.c.in} (100%) rename providers/implementations/ciphers/{ciphercommon_gcm.c => ciphercommon_gcm.c.in} (100%) diff --git a/providers/implementations/ciphers/ciphercommon_ccm.c b/providers/implementations/ciphers/ciphercommon_ccm.c.in similarity index 100% rename from providers/implementations/ciphers/ciphercommon_ccm.c rename to providers/implementations/ciphers/ciphercommon_ccm.c.in diff --git a/providers/implementations/ciphers/ciphercommon_gcm.c b/providers/implementations/ciphers/ciphercommon_gcm.c.in similarity index 100% rename from providers/implementations/ciphers/ciphercommon_gcm.c rename to providers/implementations/ciphers/ciphercommon_gcm.c.in -- 2.47.2