From c9c7bfcd4245f60640e550809c843b5f0671666e Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 16 Apr 2025 17:31:23 +1000 Subject: [PATCH] rename ciphercommon.c Reviewed-by: Dmitry Belyavskiy Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27392) --- .../implementations/ciphers/{ciphercommon.c => ciphercommon.c.in} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename providers/implementations/ciphers/{ciphercommon.c => ciphercommon.c.in} (100%) diff --git a/providers/implementations/ciphers/ciphercommon.c b/providers/implementations/ciphers/ciphercommon.c.in similarity index 100% rename from providers/implementations/ciphers/ciphercommon.c rename to providers/implementations/ciphers/ciphercommon.c.in -- 2.47.2