aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/ssltestlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ssltestlib.c b/test/ssltestlib.c
index ff5cbedd6d..8b30014ba3 100644
--- a/test/ssltestlib.c
+++ b/test/ssltestlib.c
@@ -231,12 +231,12 @@ static int tls_dump_puts(BIO *bio, const char *str)
}
-typedef struct mempacket_st {
+struct mempacket_st {
unsigned char *data;
int len;
unsigned int num;
unsigned int type;
-} MEMPACKET;
+};
static void mempacket_free(MEMPACKET *pkt)
{