mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-02 15:56:02 +00:00
Remove debug statement from gs_pair
This commit is contained in:
parent
b08582b5fb
commit
9cd90276cb
@ -434,7 +434,6 @@ int gs_pair(PSERVER_DATA server, char* pin) {
|
|||||||
sscanf(&result[count], "%2hhx", &plaincert[count / 2]);
|
sscanf(&result[count], "%2hhx", &plaincert[count / 2]);
|
||||||
}
|
}
|
||||||
plaincert[strlen(result)/2] = '\0';
|
plaincert[strlen(result)/2] = '\0';
|
||||||
printf("%d / %d\n", strlen(result)/2, strlen(plaincert));
|
|
||||||
|
|
||||||
unsigned char salt_pin[20];
|
unsigned char salt_pin[20];
|
||||||
unsigned char aes_key_hash[32];
|
unsigned char aes_key_hash[32];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user