Skip to content

Commit 888a6bb

Browse files
Merge commit from fork
1 parent bfae5de commit 888a6bb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/crypto.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ namespace crypto {
3535
// Expired or not-yet-valid certificates are fine. Sometimes Moonlight is running on embedded devices
3636
// that don't have accurate clocks (or haven't yet synchronized by the time Moonlight first runs).
3737
// This behavior also matches what GeForce Experience does.
38-
// 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
39-
case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY:
4038
case X509_V_ERR_CERT_NOT_YET_VALID:
4139
case X509_V_ERR_CERT_HAS_EXPIRED:
4240
return 1;

0 commit comments

Comments
 (0)