From: Pauli Date: Tue, 17 Jun 2025 03:13:32 +0000 (+1000) Subject: rename CCM and GCM mode common code files X-Git-Tag: openssl-3.6.0-alpha1~587 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7479453962058282b80a35fd8e96907abd41ee5f;p=thirdparty%2Fopenssl.git 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) --- 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