Fix the error handling in ERR_get_state:
[openssl.git] / test / clienthellotest.c
index a5d3ad300e58cf652b35722103e0c770ab8b16dc..dc58694c7d4de391e79b4a6b33e73fcef97dc3a8 100644 (file)
@@ -20,7 +20,6 @@
 #include "../ssl/packet_locl.h"
 
 #include "testutil.h"
-#include "test_main_custom.h"
 
 #define CLIENT_VERSION_LEN      2
 
@@ -58,7 +57,7 @@ static int test_client_hello(int currtest)
     BIO *wbio;
     long len;
     unsigned char *data;
-    PACKET pkt, pkt2, pkt3;
+    PACKET pkt = {0}, pkt2 = {0}, pkt3 = {0};
     char *dummytick = "Hello World!";
     unsigned int type = 0;
     int testresult = 0;