raspian nit on size_t

This commit is contained in:
Jan-Piet Mens
2016-01-27 11:43:33 +01:00
parent 41eb4ebdaa
commit d9e8da34ef

View File

@@ -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;