Loading test/ssltestlib.c +2 −2 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
test/ssltestlib.c +2 −2 Original line number Diff line number Diff line Loading @@ -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) { Loading