Replace "SSLeay" in API with OpenSSL
[openssl.git] / demos / easy_tls / easy-tls.c
index 5b657803d072221a86963730fee6f9967112a95f..e42d28a8c124c7eb472eb08f2f81760dd5a99d2f 100644 (file)
@@ -418,7 +418,7 @@ static int tls_init(void *apparg)
         return 0;
 
     SSL_load_error_strings();
-    if (!SSL_library_init() /* aka SSLeay_add_ssl_algorithms() */ ) {
+    if (!SSL_library_init()) {
         tls_errprintf(1, apparg, "SSL_library_init failed.\n");
         return -1;
     }