summaryrefslogtreecommitdiff
path: root/third_party/srtp/crypto/cipher/cipher.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/srtp/crypto/cipher/cipher.c')
-rw-r--r--third_party/srtp/crypto/cipher/cipher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/srtp/crypto/cipher/cipher.c b/third_party/srtp/crypto/cipher/cipher.c
index b5ef1645..489a52d9 100644
--- a/third_party/srtp/crypto/cipher/cipher.c
+++ b/third_party/srtp/crypto/cipher/cipher.c
@@ -269,7 +269,7 @@ cipher_type_self_test(const cipher_type_t *ct) {
for (j=0; j < NUM_RAND_TESTS; j++) {
unsigned length;
- int plaintext_len;
+ unsigned plaintext_len;
uint8_t key[MAX_KEY_LEN];
uint8_t iv[MAX_KEY_LEN];