mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-17 22:10:26 +00:00
Fix compile warning
This commit is contained in:
@@ -337,7 +337,7 @@ static int sign_it(const char *msg, size_t mlen, unsigned char **sig, size_t *sl
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool verifySignature(const char *data, int dataLength, const char *signature, int signatureLength, const char *cert) {
|
static bool verifySignature(const char *data, int dataLength, char *signature, int signatureLength, const char *cert) {
|
||||||
X509* x509;
|
X509* x509;
|
||||||
BIO* bio = BIO_new(BIO_s_mem());
|
BIO* bio = BIO_new(BIO_s_mem());
|
||||||
BIO_puts(bio, cert);
|
BIO_puts(bio, cert);
|
||||||
|
|||||||
Reference in New Issue
Block a user