From 888a6bb0cbdab97afb3df712f85f19c09dccd367 Mon Sep 17 00:00:00 2001 From: David Lane <42013603+ReenigneArcher@users.noreply.github.com> Date: Thu, 7 May 2026 21:47:14 -0400 Subject: [PATCH] Merge commit from fork --- src/crypto.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/crypto.cpp b/src/crypto.cpp index eac8da2b..c5e236e9 100644 --- a/src/crypto.cpp +++ b/src/crypto.cpp @@ -35,8 +35,6 @@ namespace crypto { // Expired or not-yet-valid certificates are fine. Sometimes Moonlight is running on embedded devices // that don't have accurate clocks (or haven't yet synchronized by the time Moonlight first runs). // This behavior also matches what GeForce Experience does. - // TODO: Checking for X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY is a temporary workaround to get moonlight-embedded to work on the raspberry pi - case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY: case X509_V_ERR_CERT_NOT_YET_VALID: case X509_V_ERR_CERT_HAS_EXPIRED: return 1;