Signed-off-by: Stefano Babic <
stefan...@swupdate.org>
---
crypto/Makefile | 4 ++--
.../{swupdate_rsa_verify.c => swupdate_rsa_verify_openssl.c} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
rename crypto/{swupdate_rsa_verify.c => swupdate_rsa_verify_openssl.c} (100%)
diff --git a/crypto/Makefile b/crypto/Makefile
index 9a70ca38..0d1d0b6a 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -9,8 +9,8 @@ obj-$(CONFIG_ENCRYPTED_IMAGES) += swupdate_decrypt_pkcs11.o
else
obj-$(CONFIG_ENCRYPTED_IMAGES) += swupdate_decrypt_openssl.o
endif
-obj-$(CONFIG_SIGALG_RAWRSA) += swupdate_rsa_verify.o
-obj-$(CONFIG_SIGALG_RSAPSS) += swupdate_rsa_verify.o
+obj-$(CONFIG_SIGALG_RAWRSA) += swupdate_rsa_verify_openssl.o
+obj-$(CONFIG_SIGALG_RSAPSS) += swupdate_rsa_verify_openssl.o
endif
ifeq ($(CONFIG_SSL_IMPL_OPENSSL),y)
obj-$(CONFIG_SIGALG_CMS) += swupdate_cms_verify.o
diff --git a/crypto/swupdate_rsa_verify.c b/crypto/swupdate_rsa_verify_openssl.c
similarity index 100%
rename from crypto/swupdate_rsa_verify.c
rename to crypto/swupdate_rsa_verify_openssl.c
--
2.43.0