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:
bbd6c8b
)
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:55 +0000
(19:42 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 19 Dec 2002 19:42:55 +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 687d97b936057e8938c905fc284b825c9e30a3a4..0197c8a171dfa785842c9b436b078bdd5eb7c117 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
$!