From 3d4b294c8db02dd5e0a45729f328a45faaf9757d Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 24 Dec 2023 10:42:44 +0100 Subject: [PATCH] Fix build when the mbedtls module is disabled. --- ...ot_core_mbedtls_config.h => pandemonium_core_mbedtls_config.h} | 0 ...ore_mbedtls_platform.c => pandemonium_core_mbedtls_platform.c} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename thirdparty/mbedtls/include/{godot_core_mbedtls_config.h => pandemonium_core_mbedtls_config.h} (100%) rename thirdparty/mbedtls/library/{godot_core_mbedtls_platform.c => pandemonium_core_mbedtls_platform.c} (100%) diff --git a/thirdparty/mbedtls/include/godot_core_mbedtls_config.h b/thirdparty/mbedtls/include/pandemonium_core_mbedtls_config.h similarity index 100% rename from thirdparty/mbedtls/include/godot_core_mbedtls_config.h rename to thirdparty/mbedtls/include/pandemonium_core_mbedtls_config.h diff --git a/thirdparty/mbedtls/library/godot_core_mbedtls_platform.c b/thirdparty/mbedtls/library/pandemonium_core_mbedtls_platform.c similarity index 100% rename from thirdparty/mbedtls/library/godot_core_mbedtls_platform.c rename to thirdparty/mbedtls/library/pandemonium_core_mbedtls_platform.c