mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-01 15:25:35 +00:00
Remove debug statements
This commit is contained in:
parent
f2ada1fa20
commit
3c4cc4af69
@ -336,7 +336,6 @@ static bool verifySignature(const char *data, int dataLength, const char *signat
|
||||
BIO_free(bio);
|
||||
|
||||
if (!x509) {
|
||||
printf("Invalid certificate\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -350,7 +349,6 @@ static bool verifySignature(const char *data, int dataLength, const char *signat
|
||||
X509_free(x509);
|
||||
EVP_PKEY_free(pubKey);
|
||||
EVP_MD_CTX_destroy(mdctx);
|
||||
printf("%d/%d = %d\n", dataLength, signatureLength, result);
|
||||
|
||||
return result > 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user