mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
cosmetic fix for clarity of code
This commit is contained in:
@@ -171,7 +171,7 @@ raop_buffer_decrypt(raop_buffer_t *raop_buffer, unsigned char *data, unsigned ch
|
||||
}
|
||||
#endif
|
||||
|
||||
encryptedlen = payload_size / 16*16;
|
||||
encryptedlen = (payload_size / 16) * 16;
|
||||
memset(output, 0, payload_size);
|
||||
// Need to be initialized internally
|
||||
aes_ctx_t *aes_ctx_audio = aes_cbc_init(raop_buffer->aeskey, raop_buffer->aesiv, AES_DECRYPT);
|
||||
|
||||
Reference in New Issue
Block a user