aboutsummaryrefslogtreecommitdiffstats
path: root/test/recordlentest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/recordlentest.c')
-rw-r--r--test/recordlentest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recordlentest.c b/test/recordlentest.c
index c693b08913..d46b75f686 100644
--- a/test/recordlentest.c
+++ b/test/recordlentest.c
@@ -24,7 +24,7 @@ static char *privkey = NULL;
#define TOTAL_RECORD_OVERFLOW_TESTS 6
-static int write_record(BIO *b, size_t len, int rectype, int recversion)
+static int write_record(BIO *b, size_t len, uint8_t rectype, int recversion)
{
unsigned char header[SSL3_RT_HEADER_LENGTH];
size_t written;