From 03c80b0ed55389128b65f3a072fc65e64fd5fb2e Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Wed, 4 Jan 2023 14:06:31 +0000 Subject: [PATCH] Rename "cipher_xyz" files to "cypher_xyz" Signed-off-by: David Horstmann --- library/{cipher.c => cypher.c} | 0 library/{cipher_wrap.c => cypher_wrap.c} | 0 library/{cipher_wrap.h => cypher_wrap.h} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename library/{cipher.c => cypher.c} (100%) rename library/{cipher_wrap.c => cypher_wrap.c} (100%) rename library/{cipher_wrap.h => cypher_wrap.h} (100%) diff --git a/library/cipher.c b/library/cypher.c similarity index 100% rename from library/cipher.c rename to library/cypher.c diff --git a/library/cipher_wrap.c b/library/cypher_wrap.c similarity index 100% rename from library/cipher_wrap.c rename to library/cypher_wrap.c diff --git a/library/cipher_wrap.h b/library/cypher_wrap.h similarity index 100% rename from library/cipher_wrap.h rename to library/cypher_wrap.h