Fix compilation on windows for record layer
[openssl.git] / ssl / ssl_algs.c
index 504e4d7a462210a26f481d37821f1dff995c11e8..ba9fc48a8d3f1e2fd939ec433e93996b425fc629 100644 (file)
@@ -130,7 +130,7 @@ int SSL_library_init(void)
      * This will initialise the built-in compression algorithms. The value
      * returned is a STACK_OF(SSL_COMP), but that can be discarded safely
      */
-    (void)SSL_COMP_get_compression_methods();
+    SSL_COMP_get_compression_methods();
 #endif
     /* initialize cipher/digest methods table */
     ssl_load_ciphers();