Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-19 22:42:55 +0300
committerRichard Levitte <levitte@openssl.org>2002-12-19 22:42:55 +0300
commitd5bf2e06b39eb235197f24297fad67167240b5f6 (patch)
treee5d486b7c00f4abb3c9aa48a30ca2da131194cd4 /apps
parentbbd6c8bd165882ee4116e6e211f6032591dc66d6 (diff)
I have no idea what possesed me to compile s_socket.c as POSIXly code.
Incidently, it now compiles so much better without _POSIX_C_SOURCE.
Diffstat (limited to 'apps')
-rw-r--r--apps/makeapps.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/makeapps.com b/apps/makeapps.com
index 687d97b936..0197c8a171 100644
--- a/apps/makeapps.com
+++ b/apps/makeapps.com
@@ -166,7 +166,7 @@ $! TCPIP_PROGRAMS = ",S_SERVER,S_CLIENT,SESS_ID,CIPHERS,S_TIME,"
$!
$! Setup exceptional compilations
$!
-$ COMPILEWITH_CC2 = ",S_SOCKET,S_SERVER,S_CLIENT,"
+$ COMPILEWITH_CC2 = ",S_SERVER,S_CLIENT,"
$!
$ PHASE := LIB
$!