Re: IMPORTANT: The release of 0.9.6h is postponed

2002-11-23 Thread mlh
David Schwartz wrote: On Sat, 23 Nov 2002 09:58:24 +1100, mlh wrote: The compilers are are throwing away the function because the result is not used. Perhaps the only way to future-proof against optimisations is to ensure it IS used: write the cleared buffer to /dev/null. Well perhaps not

[openssl.org #358] patch for openssl-SNAP-20021120. Attempt to improve configurability.

2002-11-23 Thread [EMAIL PROTECTED] via RT
Hi, This patch makes it possible to build apps/openssl without the speed and ocsp programs and without sockets. to disable apps/speed.c (openssl speed) just Configure with no-speed. Thank you, Enrique diff --exclude=Makefile.ssl -rbu /tmp/openssl-SNAP-20021120/apps/ocsp.c ./apps/ocsp.c ---