summaryrefslogtreecommitdiffstats
path: root/apps/s_socket.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2014-08-08 16:46:14 -0400
committerRich Salz <rsalz@akamai.com>2014-08-08 16:54:14 -0400
commita90081576c94f9f54de1755188a00ccc1760549a (patch)
treedffbe450e39181c15a9ef5422cbed5916f8af161 /apps/s_socket.c
parent0989790b87efcfd40ae6770f11af28a005df28ac (diff)
Remove DJGPP (and therefore WATT32) #ifdef's.
DJGPP is no longer a supported platform. Remove all #ifdef, etc., cases that refer to it. DJGPP also #define'd WATT32, so that is now removed as well.
Diffstat (limited to 'apps/s_socket.c')
-rw-r--r--apps/s_socket.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/s_socket.c b/apps/s_socket.c
index e83baf4e70..093b9c82ad 100644
--- a/apps/s_socket.c
+++ b/apps/s_socket.c
@@ -178,12 +178,7 @@ static void sock_cleanup(void)
static int ssl_sock_init(void)
{
-#ifdef WATT32
- extern int _watt_do_exit;
- _watt_do_exit = 0;
- if (sock_init())
- return (0);
-#elif defined(OPENSSL_SYS_WINDOWS)
+#if defined(OPENSSL_SYS_WINDOWS)
if (!wsa_init_done)
{
int err;