From 66eead3afaecfc898c1d37f4885e961aa8b5a0c0 Mon Sep 17 00:00:00 2001 From: zoltanvb <101990835+zoltanvb@users.noreply.github.com> Date: Sat, 26 Oct 2024 15:44:45 +0200 Subject: [PATCH] Move cacert.h out of deps/, since it does not belong there. (#17122) --- {deps/mbedtls => libretro-common/net}/cacert.h | 0 libretro-common/net/net_socket_ssl_mbed.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {deps/mbedtls => libretro-common/net}/cacert.h (100%) diff --git a/deps/mbedtls/cacert.h b/libretro-common/net/cacert.h similarity index 100% rename from deps/mbedtls/cacert.h rename to libretro-common/net/cacert.h diff --git a/libretro-common/net/net_socket_ssl_mbed.c b/libretro-common/net/net_socket_ssl_mbed.c index 69c2239002..76b1933e89 100644 --- a/libretro-common/net/net_socket_ssl_mbed.c +++ b/libretro-common/net/net_socket_ssl_mbed.c @@ -51,7 +51,7 @@ #endif /* Not part of the mbedtls upstream source */ -#include "../../deps/mbedtls/cacert.h" +#include "cacert.h" #define DEBUG_LEVEL 0