projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09867a4
)
I have no idea what possesed me to compile s_socket.c as POSIXly code.
author
Richard Levitte
<levitte@openssl.org>
Thu, 19 Dec 2002 19:42:53 +0000
(19:42 +0000)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/apps/makeapps.com
b/apps/makeapps.com
index 140816a7c9ea4fbdf61fec32590c46b0f4a8810f..33759de231b439835dc77cbdc5ca5e06cdc08932 100644
(file)
--- 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_S
OCKET,S_S
ERVER,S_CLIENT,"
+$ COMPILEWITH_CC2 = ",S_SERVER,S_CLIENT,"
$!
$ PHASE := LIB
$!