summaryrefslogtreecommitdiff
path: root/tests/basic.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic.c')
-rw-r--r--tests/basic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/basic.c b/tests/basic.c
index 034ef8da..f0ddce3a 100644
--- a/tests/basic.c
+++ b/tests/basic.c
@@ -1112,7 +1112,7 @@ check_ofb_cipher (void)
struct data
{
unsigned char plaintext[MAX_DATA_LEN];
- int inlen;
+ unsigned int inlen;
char out[MAX_DATA_LEN];
}
data[MAX_DATA_LEN];
@@ -5127,7 +5127,7 @@ check_stream_cipher (void)
const char *iv;
struct data
{
- int inlen;
+ unsigned int inlen;
const char *plaintext;
const char *out;
} data[MAX_DATA_LEN];