mirror of
https://github.com/owntracks/recorder.git
synced 2026-05-07 02:46:36 +00:00
raspian nit on size_t
This commit is contained in:
@@ -560,7 +560,7 @@ struct mosquitto_message *decrypt(struct udata *ud, const struct mosquitto_messa
|
||||
struct mosquitto_message *msg;
|
||||
unsigned char key[crypto_secretbox_KEYBYTES];
|
||||
unsigned char *ciphertext, *cleartext;
|
||||
unsigned long ciphertext_len;
|
||||
size_t ciphertext_len;
|
||||
int n, klen;
|
||||
UT_string *userdev;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user