Don't ignore passed ENGINE.
[openssl.git] / apps / s_server.c
index bc3922b03057e1a9a17c1dffbbf3e6f29272f566..ea23d892e748bc633582f4f9ed1a5686cefb42e9 100644 (file)
@@ -35,7 +35,6 @@
 typedef unsigned int u_int;
 #endif
 
-#include <openssl/lhash.h>
 #include <openssl/bn.h>
 #include "apps.h"
 #include <openssl/err.h>
@@ -2761,7 +2760,7 @@ static int init_ssl_connection(SSL *con)
         if ((dtlslisten && i == 0)
                 || (!dtlslisten && retry)) {
             BIO_printf(bio_s_out, "DELAY\n");
-            return (1);
+            return 1;
         }
 
         BIO_printf(bio_err, "ERROR\n");