Remove unused variable.
[openssl.git] / test / ssltest_old.c
index b95a5a44fcc8e449ea1c034d04326baa4f28afaf..ebe052f55cbd4093f90b785ede31c95f8e6612a6 100644 (file)
@@ -9,6 +9,8 @@
  * https://www.openssl.org/source/license.html
  */
 
+#include "e_os.h"
+
 /* Or gethostname won't be declared properly on Linux and GNU platforms. */
 #ifndef _BSD_SOURCE
 # define _BSD_SOURCE 1
@@ -27,9 +29,6 @@
 
 #include "internal/nelem.h"
 
-#define USE_SOCKETS
-#include "e_os.h"
-
 #ifdef OPENSSL_SYS_VMS
 /*
  * Or isascii won't be declared properly on VMS (at least with DECompHP C).