Move algorithm specific print code from crypto/asn1/t_pkey.c to separate
[openssl.git] / demos / bio / saccept.c
index 933d6699ee344940c68cdbc6fa6cc39dc14efac4..40cd4daad2939d2768d4048444b09cf3bd3e4482 100644 (file)
@@ -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();