Latest update
This commit is contained in:
@@ -58,7 +58,7 @@ static int test_client_hello(int currtest)
|
||||
BIO *wbio;
|
||||
long len;
|
||||
unsigned char *data;
|
||||
PACKET pkt = {0}, pkt2 = {0}, pkt3 = {0};
|
||||
PACKET pkt, pkt2, pkt3;
|
||||
char *dummytick = "Hello World!";
|
||||
unsigned int type = 0;
|
||||
int testresult = 0;
|
||||
@@ -71,6 +71,10 @@ static int test_client_hello(int currtest)
|
||||
return 1;
|
||||
#endif
|
||||
|
||||
memset(&pkt, 0, sizeof(pkt));
|
||||
memset(&pkt2, 0, sizeof(pkt2));
|
||||
memset(&pkt3, 0, sizeof(pkt3));
|
||||
|
||||
/*
|
||||
* For each test set up an SSL_CTX and SSL and see what ClientHello gets
|
||||
* produced when we try to connect
|
||||
|
||||
Reference in New Issue
Block a user