aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ssl/cli.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ssl/cli.cpp')
-rw-r--r--demos/ssl/cli.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/ssl/cli.cpp b/demos/ssl/cli.cpp
index 49cba5da0c..5b4406d16f 100644
--- a/demos/ssl/cli.cpp
+++ b/demos/ssl/cli.cpp
@@ -42,8 +42,6 @@ void main ()
SSL_load_error_strings();
ctx = SSL_CTX_new (meth); CHK_NULL(ctx);
- CHK_SSL(err);
-
/* ----------------------------------------------- */
/* Create a socket and connect to server using normal socket calls. */