Move algorithm specific print code from crypto/asn1/t_pkey.c to separate
[openssl.git] / demos / bio / saccept.c
index 2f2dc985fe78548ad8fa2ed61c98c9c3fc862fdf..40cd4daad2939d2768d4048444b09cf3bd3e4482 100644 (file)
@@ -45,8 +45,13 @@ char *argv[];
 
        SSL_load_error_strings();
 
+#ifdef WATT32
+       dbug_init();
+       sock_init();
+#endif
+
        /* Add ciphers and message digests */
-       SSLeay_add_ssl_algorithms();
+       OpenSSL_add_ssl_algorithms();
 
        ctx=SSL_CTX_new(SSLv23_server_method());
        if (!SSL_CTX_use_certificate_file(ctx,CERT_FILE,SSL_FILETYPE_PEM))