mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-01 23:35:47 +00:00
Fix compile warning
This commit is contained in:
parent
6fcc63ee9e
commit
de2d581bef
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user