提交 0556f2aa 编写于 作者: R Richard Levitte

MEMPACKET is typedef'd in ssltestlib.h, don't do so again in ssltestlib.c

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 e5972607
...@@ -231,12 +231,12 @@ static int tls_dump_puts(BIO *bio, const char *str) ...@@ -231,12 +231,12 @@ static int tls_dump_puts(BIO *bio, const char *str)
} }
typedef struct mempacket_st { struct mempacket_st {
unsigned char *data; unsigned char *data;
int len; int len;
unsigned int num; unsigned int num;
unsigned int type; unsigned int type;
} MEMPACKET; };
static void mempacket_free(MEMPACKET *pkt) static void mempacket_free(MEMPACKET *pkt)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册