aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/bio/saccept.c5
-rw-r--r--demos/bio/sconnect.c5
2 files changed, 10 insertions, 0 deletions
diff --git a/demos/bio/saccept.c b/demos/bio/saccept.c
index 933d6699ee..40cd4daad2 100644
--- a/demos/bio/saccept.c
+++ b/demos/bio/saccept.c
@@ -45,6 +45,11 @@ char *argv[];
SSL_load_error_strings();
+#ifdef WATT32
+ dbug_init();
+ sock_init();
+#endif
+
/* Add ciphers and message digests */
OpenSSL_add_ssl_algorithms();
diff --git a/demos/bio/sconnect.c b/demos/bio/sconnect.c
index 87b380b258..880344eb78 100644
--- a/demos/bio/sconnect.c
+++ b/demos/bio/sconnect.c
@@ -32,6 +32,11 @@ char *argv[];
else
host=argv[1];
+#ifdef WATT32
+ dbug_init();
+ sock_init();
+#endif
+
/* Lets get nice error messages */
SSL_load_error_strings();