I have no idea what possesed me to compile s_socket.c as POSIXly code.
authorRichard Levitte <levitte@openssl.org>
Thu, 19 Dec 2002 19:42:53 +0000 (19:42 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 19 Dec 2002 19:42:53 +0000 (19:42 +0000)
Incidently, it now compiles so much better without _POSIX_C_SOURCE.

apps/makeapps.com

index 140816a7c9ea4fbdf61fec32590c46b0f4a8810f..33759de231b439835dc77cbdc5ca5e06cdc08932 100644 (file)
@@ -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
 $!