Fix make update issues
[oweals/openssl.git] / test / clienthellotest.c
index 61e81c3833a1a0f2e59164e568786a051b3b479f..718b582ed5bc332e3a1ed500f59d780d1b14d605 100644 (file)
@@ -32,7 +32,7 @@
 int main(int argc, char *argv[])
 {
     SSL_CTX *ctx;
-    SSL *con;
+    SSL *con = NULL;
     BIO *rbio;
     BIO *wbio;
     BIO *err;